Tagged: page title, page title hide, title title hide
I am trying to remove the page title bar below the nav and above the body. I used this CSS to remove the page title, but it still leaves a white bar that I do not want.
.page .page-title { display: none; }
http://wa-reinsurepro-wp.azurewebsites.net/program-overview/
Hi Julie,
Please replace your code from below one to hide the page title bar with white spacing.
.page .page-title-wrap { display: none; }
Thank you!
Thanks! How can I do the same on Posts?
Hello Julie,
For post add below custom CSS code:
.single-post .page-title-wrap { display: none; }
Thanks!
Welcome anytime @julie-prewitt