Hi Guys,
I need to make the text in side the yellow menu button dark grey as opposed to white.
I cant seem to figure out the CSS, can you help?
LINK BELOW
Hi Gekko101!
Add this to your custom CSS.
.av-menu-button .avia-menu-text {
color: #444 !important;
}
Cheers!
Elliott
Thanks Elliot!