• I need to remove the header on this site. I have removed all images and it just shows blank in the header section (top 1-2″ of the site), I would like that space to be completely eliminated.

    Any help would be appreciated, thanks in advance.

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

Viewing 1 replies (of 1 total)
  • Theme Author Styled Themes

    (@gejay)

    we can’t preview your site as it has a “coming soon” holding page.

    if you mean by “remove the header” hiding the area where the logo is located, you can do that with some custom CSS (add this to customizer / additional CSS)

    #masthead {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Header Completely’ is closed to new replies.