can you help me to hide the second menu above the main menu on smartphone view only.
thanks, alex
Hey diefleischerei,
Try adding this css code in Quick CSS (Located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#header_meta {
display: none;
}
}
Best regards,
Nikko
Great. Thank you very much. CLOSED
Hi diefleischerei,
Glad we could help :)
Best regards,
Victoria