Remove 'Home' title banner from static front page
-
Hi there,
I am trying to remove the Home title banner from the static front page on this blog:
http://www.beverleygrammar.co.uk/news
I’ve looked at a few similar threads to no avail. Would appreciate any help!
Cheers
Add this to your child theme’s style sheet or in Graphene Options –> Display –> Custom CSS
.home .page-title {
display: none;
}That’s fantastic, thank you for the quick response!
This may be being picky, but is there a way to reduce the gap this now leaves between the bottom of the slider and the top of the widgets to match that between the navigation bar and the top of the slider?
Thanks again.
Try this,
.home #sidebar_bottom {
margin-top: -20px;
}Okay, this one seems to be better,
.home .featured_slider {
margin-bottom: 5px;
}That’s great. Cheers for your help.
Marking thread as resolved.
Removing the Home page post Title is also exactly what I want to do. I have made the front page a static page, but no ‘Home’ page link has been created in the navigation.
I am assuming that is why the following custom style won’t work.
.home .page-title {
display: none;
}
Is there a reason for this and can anyone offer a solution?
Many thanks.
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
