Tagged: homepage, title hide
hello, i do not want any titles. i inserted this into the custom css:
.page-title-wrap { display: none; }
it worked on every page except for one, the page “illustration” i am using as front home page. i will include url: https://bluewallick.com
i have changed homepage to one without a title, so it is fine.
but it seems that if a page is set to homepage the title will not disappear… i would still appreciate if it could be removed, for future use. thank you 🙂
Hi there,
Use the below custom CSS code to hide the title of the page in homepage:
.page-title-wrap, .home .entry-content .entry-title { display: none; }
Thank you!