Tagged: 

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

    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.

    #1373227

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Assign a different color for each of multiple menu buttons’ is closed to new replies.