Removing page titles

  • Anonymous

    #4065

    I am trying to use a static front page, but there is no content in the WP page area. I tried leaving the page title blank. But the page title shows up either as a title or (No Title) if I leave it blank.

    I tried some tips I found online for WP but they have no effect.

    I have a child theme.

    Thanks – W

    Anonymous

    #27116
    .post-ID .post-title, .post-title a {
    display: none;
    }

    Where post-ID is the ID of your static front page. Example – post-125

    Please give us your site URL so that we can give your the exact code to hide page title on front page.

    Anonymous

    #27117

    Fantastic – I put that in the custom CSS area in

    Graphene Options > Display > Custom CSS

    (near the bottom of that settings page, for anyone else who’s looking).

    Thanks!!

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.