Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1462559

    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

    #1462576

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.