Is there a way to remove the page title on Velux theme without changing CSS? Or at least changing its colour to match the menu?
Solved! Go to Solution.
Give this a try...
.title { display: none;}
HTH! 😉
Hi tarrab, I'm not exactly sure on how to remove it for your specific theme however a plugin like this should do the job https://wordpress.org/plugins/hide-singular-title/ .
What I would suggest is just dump this CSS into the custom CSS on the page builder and you will have yourself a quick fix.
.entry-title { display: none; }
Hi, unfortunately, the code doesn't work for my velux theme and I have tried numerous plugins and they don't work either. If anybody has another idea on how to remove the page titles that would be incredible. Thank You.
Give this a try...
.title { display: none;}
HTH! 😉