Tagged: button
Hi,
I am aiming to have three different colors for menu buttons when the link is visited. I have managed to change the first button color using the following CSS:
#menu-item-1451 .avia-menu-text {
background-color: green !important;
border-color: green !important;
}
When I apply this CSS for the other button, it returns the color but only when the first button is visited.
Hey deborahkilian,
Thanks for your patience and the link to your site, try this css instead:
#top #wrap_all .main_color .current-menu-item.av-menu-button-colored > a .avia-menu-text {
background-color: green;
border-color: green;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike