Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1120310

    How can I remove the top bar? none of the solutions work for me

    #1120346

    Hey hostworks,

    Add this to quick css:

    #header_meta{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1120353

    I tried that, but it leaves a vertical gap.

    #1120498

    Hi,

    Add this to quick css:

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main{
    padding-top:60px!important;
    }

    Best regards,
    Jordan Shannon

    #1120524

    not quite. the slider needs to move down now.

    #1120645

    Hi,
    Thanks for the link, I see that you have this custom css:

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 30px!important;
    }

    please change to:

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 88px!important;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1120933

    thanks, that did the trick

    #1120934

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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