want to remove header from template code

  • Unknown's avatar

    I can’t figure out how to remove the “header’ on each individual page.

    example:
    https://joshuajenkinsart.com/guerrilla-blocks/

    i dont like the page title that is automatically added (“Guerrilla Blocks”) and i feel its too repetitive considering the links are right above it and its bold showing what page you are on. it’s like this on all my websites pages.

    any suggestions on how to remove?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    You can add the following CSS code to hide the page titles from your site:

    /* Hide page titles */
    .page .entry-title {
    display:none;
    }

    You can copy the code above and paste it in My Site → Appearance → Customize → Additional CSS. Then click Save Changes.

    Please note: Your Premium plan gives you access to live chat support during the weekdays and email support during the weekends. So you don’t have to post on this forum that’s meant for free sites. If you have more questions, please go to https://wordpress.com/help/contact to access support faster. :)

    Hope that helps!

  • Unknown's avatar

    thank you that worked!

  • The topic ‘want to remove header from template code’ is closed to new replies.