Tagged: menu
Hello,
In my Enfold theme website, the colored button the menu is white but won’t change the text to be colored so the text is lost in the button. Please help.
Thanks!
Hey lindaman1,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-menu-button-colored > a > .avia-menu-text {
color: orange!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
This seems to have fixed it! I used the hex color #0081cb in place of orange to match the site theme.
Thank you!
Hi,
Glad we could help :)
Best regards,
Vinay