I want the page title suppressed only on my home page (as it is on the demo). How do I do this?
Supress page title on home page
6 posts from 2 voices-
Posted 11 months ago #
-
Hi,
I think by default(in Coherence) the page title is not shown in the homepage. Can you post a link to your site? so we can give you a specific CSS snippet to remove the page title in your homepage.
Regards,
IsmaelPosted 11 months ago # -
Hi Ismael! It's http://www.jehassociates.com/home/
Posted 11 months ago # -
Hi,
Try to add this code in you Quick CSS or custom.css:
.page-id-4170 .main-title { display: none; }If this doesn't work, try to use this one instead:
.page-id-4170 .main-title { display: none !important; }Hope this helps. :)
Regards,
IsmaelPosted 11 months ago # -
The first one worked. Thank you!
Posted 11 months ago # -
Hi,
Glad that I could help you. :)
Cheers,
IsmaelPosted 11 months ago #
Topic Closed
This topic has been closed to new replies.














