Removing page titles

  • Posted in : Read WP
  • jeffheil
    Participant

    How can I remove page titles on my site? Each page has breadcrumbs at the top and I’d like to remove this feature.

    Mehmet S.
    Keymaster

    Hi, use this in your custom css field:

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

    Could you check that again? I’m still getting the breadcrumbs. I would share the link but the site is just locally hosted on my computer at the moment.

    At the top of my page I’m getting “Post Category –> My Blog Post”

    Mehmet S.
    Keymaster

    Try this:

    body.category .page-header { display: none; }
    
    jeffheil
    Participant

    This worked! Thank you

    Mehmet S.
    Keymaster

    You are welcome.

    pxferna
    Participant

    Hi, I have successfully removed page titles with the code you provided, but the space for the titles still remains on the page. Can you tell me how to remove this space so that the content of the page is more flush with the bottom of the menu bar? Thanks!

    Mehmet S.
    Keymaster

    Hi, try this custom css:

    body.page .site-header { padding-bottom: 0px; }
    
Viewing 8 posts - 1 through 8 (of 8 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