Hi, i’m testing the option of using a transparent menu and I made one of the menu links into a button. The problem is that the text is white and the button is white so the text doesn’t show and it only appears when I scroll down – http://screencast.com/t/U6PaN50oTI
How can I control the text color of the button in a transparent menu?
Thanks.
Hi DROR,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Sure, thanks.
Hi,
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 a .avia-menu-text {
color: red!important;
}
Best regards,
Yigit
Thanks.