Remove Title from Static Page

  • keshamaustin

    #4269

    Hi,

    I need help removing the title “hello ladies” from the body of my homepage… here is the link

    http://lovingtherealyou.com/ I have tried other suggestions on here but it didn’t work, I’m not very familiar with code so I just need step by step on exactly what to edit. Thank You 🙂

    Anonymous

    #27755

    Go to Graphene Options –> Display –> Custom CSS and add this code in Custom CSS area. Save changes.

    .post-17 .post-title, .post-title a {
    display: none;
    }

    keshamaustin

    #27756

    perfect it worked. Thank you!

    betacarve

    #27757

    I use the german version of graphene theme. But if I add

    .post-17 .post-title, .post-title a {

    display: none;

    }>

    at graphene options => display => custom css – the title is still visible on static page

    Admin

    Syahir Hakim

    #27758

    @betacarve, you would need to change the 17 in .post-17 to the post ID of the static page that you want to hide the title. Post a link to the static page so that we can take a look.

    Also, this topic has been marked as resolved, so it may not receive any attention for new posts. Feel free to create your own topic instead.

    betacarve

    #27759

    I found the solution. I add the following code in custom ccs:

    .post-title, .post-title a, .post-title a:visited {
    display: none;

    ronangelo

    #27760

    @betacarve, won’t that remove the title for every page/post(unless that’s what you really wanted).

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

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