Hi, how can I hide the top bar on mobile devices?
I've tried:
@media only screen and (max-width: 767px) { #Top_bar { height: 0 !important; }
}
or
@media only screen and (max-width: 767px)
.header-stack #Top_bar .top_bar_right {
display: none;
}
but nothing worked. ANd how can I remove the line below the logo.
Thanks
Comments
as we see, you already removed Top Bar on mobile devices. But to remove the line below the logo, please use below css: