• Hi everyone,

    I know this has been covered many times before as I’ve spent the past hour searching and trying out various fixes but to no avail. I’m unable to remove the Page (not post) titles from the Graphene theme. I’ve tried updating the Custom CSS with the following but no joy:

    .type-page .post-title {
    display: none;
    }

    I’ve also replaced some of the code in the loop.php file but this still isn’t working.

    Firebug tells me that the element i’m trying to remove is called h1.post-title.entry-title

    The URL is zumbaperth.co.uk

    Thanks in advance.

    Frankie

Viewing 4 replies - 1 through 4 (of 4 total)
  • this is caused by the broken css in this line at the start of your custom styles:
    #content, .menu-bottom-shadow, #sidebar_bottom{background-color:#00000;}#sidebar_bottom .sidebar-wrap{width:280px}background-size: 100%;

    which needs to be repaired
    – possibly by removing
    background-size: 100%;

    Thread Starter FrankieChops

    (@frankiechops)

    alchymyth – you were spot on! Thanks so much for your help! 🙂

    HI,

    I am trying to do the same thing and having problems. I’m wondering if I’m trying to edit the appropriate document. Can you tell me which css I should be editing and where to find it? Then can you tell me where to put:
    .type-page .post-title {
    display: none;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Graphene Theme: Unable to delete Page titles’ is closed to new replies.