Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #246350
    paulrosas
    Participant

    Hello!

    I am trying to create a simple, clean one-page site. There is a large gap under the header image until my page content. Is there a way to remove this section? You can see the issue at paulrosas.com.

    #246385
    Skandha
    Participant

    @paulrosas: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-main {
        display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove menu bar completely.’ is closed to new replies.