• Resolved camilaperezb

    (@camilaperezb)


    Hi!
    I’m trying to customize my theme and remove the header that has the page title in it. If you check out the link, you’ll see that “SOUTH AMERICA” shows up again in white over a gray overlay/image.

    This makes the design look bulky and I haven’t found an option that lets me do that. Does anyone know how I can get rid of this?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @camilaperezb,

    We do not recommend removing the page title as it may affect your site’s SEO. However, if you still want to remove the header with the page title then please add the below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS.

    .site-content > .page-header {
        display: none;
    }
    
    .top-bar {
        padding-top: 25px;
    } 

    Kind regards.

Viewing 1 replies (of 1 total)
  • The topic ‘HELP! Remove page name/header?’ is closed to new replies.