How do I hide or customize the “Small bar above Main Menu” for mobile devices?
Hey Jonathan,
Please try the following in Quick CSS under Enfold->General Styling to hide it on mobile screens:
@media only screen and (max-width: 767px) {
#header_meta {
display:none;
}
}
Best regards,
Rikard
Thank you Rikard!
Your solution is working great!
With kindness,
Jonathan