Remove 'Home' title banner from static front page

  • jezclifton

    #3823

    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

    Anonymous

    #26156

    Add this to your child theme’s style sheet or in Graphene Options –> Display –> Custom CSS

    .home .page-title {
    display: none;
    }

    jezclifton

    #26157

    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.

    Anonymous

    #26158

    Try this,

    .home #sidebar_bottom {
    margin-top: -20px;
    }

    Anonymous

    #26159

    Okay, this one seems to be better,

    .home .featured_slider {
    margin-bottom: 5px;
    }

    jezclifton

    #26160

    That’s great. Cheers for your help.

    Anonymous

    #26161

    Marking thread as resolved.

    Eyelook

    #26162

    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.