I would like to remove the page title but only for the home page. Thanks for helping me out
Remove page title from specific page (home)
4 posts from 4 voices-
Posted 1 year ago #
-
Hi wgijbels,
I'm not completely sure if this is what you are looking for, but try adding the following to either your Quick CSS (located at the bottom of Styling within the theme admin) or to your custom.css stylesheet:
#top.home ..page-title{display:none;}Posted 1 year ago # -
Hi Devin & wgijbels,
I was curious about this too -- only to reduce the space between the slider and front page content. When you leave page title blank, you then cannot select front page setting from theme options (with blank title, its not in list).
I tried adding that css to Quick CSS, but didn't make a difference, title is still there between slider and page content
Posted 1 year ago # -
Hi!
Devins code above contains a small syntax error - please try:
#top.home .page-title{display:none;}Regards,
PeterPosted 1 year ago #
Reply
You must log in to post.














