Remove page title

  • Posted in : Read WP
  • tjc320
    Participant

    I would like to remove the titles/headers from pages.

    What CSS would I enter to do that?

    ahmetsali
    Keymaster

    Hi, try this custom css;

    .page .entry-header { display: none; }
    
    tjc320
    Participant

    Thanks! Worked like a charm!

    What I’m trying to do is get rid of unneeded space between the menu and the actual content. After removing the titles there is a fair bit of extra space between the menu and the content. How would I go about changing that?

    ahmetsali
    Keymaster

    try this custom css;

    .site-header { padding-bottom: 1em;  }
    
    tjc320
    Participant

    Thanks!

    brandymessage
    Participant

    This is weird: I did exactly the same steps but nothing changes. Look:

    http://i.imgur.com/vxbOogF.png

    What am i doing wrong?

    Cheers

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS.

    brandymessage
    Participant

    I got, i got it, i got. Thanks, that was lightning speed answering.

    ambrose
    Participant

    First, I want to say that I have used many themes and have not been happy with any of them, until I found “Read”…Thank you so much for such a great theme! On with the question: I have a static home page and I just want to get rid of the page title on the “Home” page only. Suggestions?

    Mehmet S.
    Keymaster

    Provide your url.

    ambrose
    Participant

    ***.com/blog

    thanks for the quick response!

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .home .entry-title { display: none; }
    
    Selektor
    Participant

    I put both
    .page .entry-header { display: none; }
    and
    .home .entry-title { display: none; }
    in the Custom CSS field. The page titles are gone from all the pages except homepage, it’s still there. Any other way i can remove the page name from homepage?

    Selektor
    Participant

    Figured it out, i used:
    .post-list h2 {display:none;}
    to remove the homepage title :)

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register