Hello,
On my site I have a transparent navigation menu. On mobile, I would like the language switcher-bar (secondary menu) to be blue, so that you can see the text.
How can I do that?
Thank you,
Tom
Hey efratiproductions,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#header_meta {
background-color: blue !important;
color: #fff !important;
}
}
I have added the font color as well as you might want to change it. Hope this helps :)
Best regards,
Nikko
Amazing! Thank you very much!
Tom
