• Resolved tomb139

    (@tomb139)


    Is there a way to get rid of the white bar on top ? i want to have the navigation on top and don’t need space for a logo.

Viewing 5 replies - 1 through 5 (of 5 total)
  • visionspicmark

    (@visionspicmark)

    If you goto Customise > Header then uncheck Show Top Bar that will do what you want. Don’t forget to click Save & Publish before you leave that section.

    Thread Starter tomb139

    (@tomb139)

    Still got a white bar when i uncheck that option with header on centered. ( also when the header is on standard the option isn’t there ) .

    see : https://tombiex100.onehundred.axc.nl/praktijkoverwinning/

    Thanks in advance

    Theme Author Out the Box

    (@outtheboxthemes)

    Hi @tomb139

    You can do this with some custom CSS. You’ll need to install SiteOrigin’s free Custom CSS plugin which will allow you to add custom CSS to the theme.

    https://www.ads-software.com/plugins/so-css/

    Once you’ve done that go to Appearance > Customs CSS.

    This will show you a screen with a text editor containing any custom CSS you have implemented, so it will be blank to begin with.

    The CSS you should put in there is:

    .site-header .branding {
    padding: 0;
    height: 0;
    min-height: 0;
    }

    Hope this helps!

    Thread Starter tomb139

    (@tomb139)

    Thanks a lot ! it worked ??

    Theme Author Out the Box

    (@outtheboxthemes)

    Awesome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Navigation on top ( no white bar with call us and logo)’ is closed to new replies.