Home Forums Theme support Strong Header Section

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 8 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Is there a way to not display the top header section.
    I don’t want to use this area for a site I am building.

    Hm, I think you can try to hide it with css. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

    #brand {
    display:none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.