How can I remove the top bar? none of the solutions work for me
Hey hostworks,
Add this to quick css:
#header_meta{
display:none!important;
}
Best regards,
Jordan Shannon
I tried that, but it leaves a vertical gap.
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
not quite. the slider needs to move down now.
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
thanks, that did the trick
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon