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

    Is it possible to change the color of one main navigation item so that it’s always highlighted in a particular color?

    #585673

    Hey!

    Try adding this code to the Quick CSS:

    #menu-item-3193 .avia-menu-fx {
        opacity: 1;
        display: block;
    }
    
    #menu-item-3193 a{
        color: red;
    }

    You’d need to change 3193 to the menu item ID you want to change.

    Cheers! 
    Josue

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