How do I hide the “Small bar above Main Menu” for large screens?
Hey tammiviestinta,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 1500px) {
#header_meta {
display: none;
}
}
Best regards,
Rikard
Thanks!
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
You can close this. Thank you.