Hi,
i added a footer menue.
How can i change the colour of the footer menue to black with a hove to grey #ccc (when mouse-over)?
kind regards
Jak
Hey Jak73,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#socket #avia3-menu .avia-menu-text {
color: #000;
}
#socket #avia3-menu .avia-menu-text:hover {
color: #ccc;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike