• Resolved mbrowning

    (@mbrowning)


    I set the header to ‘O’ in premium and it will not stay, can you direct me to where I should make this change or get support?

Viewing 1 replies (of 1 total)
  • Thread Starter mbrowning

    (@mbrowning)

    For removal of header on the home page only, leaving the menu at the top – cut and paste the following into Appearance, CSS code:

    body.home header#masthead hgroup {
    display:none;
    }

    For removal of header on all pages, leaving the menu at the top – cut and paste the following into Appearance, CSS code:

    header#masthead hgroup {
    display:none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Header Size’ is closed to new replies.