Hello,
i’ve set my menu as “Button Style colored”.
in wich classes i can change the background color and the font color?
Thank you for helping!
Hey Luisgasser,
I’m not sure what you meant by which classes, maybe you are referring to the css selector, if that’s it try adding this code in Quick CSS (located in Enfold > General Styling):
.av-menu-button-colored span.avia-menu-text {
background: blue!important;
color: white !important;
}
Just adjust the background and color values. Hope this helps :)
Best regards,
Nikko