Hi, how can I hide the top bar menu only on mobile – https://screencast.com/t/oFkUKu2A
Thanks!
Hey DROR,
Add the following to quick css:
@media only screen and (max-width: 767px){
#top #header_meta{
display:none!important;
}
}
Best regards,
Jordan Shannon
Thanks!