Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1041629

    I want to have 2 different colors on the main menu (one for the menu and one when it becomes sticky) for menu, on hover and clicked.

    #1041736

    Hey DoctorMobile,

    Please provide a link to the site/page in question.
    Best regards,
    Jordan Shannon

    #1041863

    Added link on private content.

    If you click on a menu link and then recheck. Clicked link doesn’t show.
    So I need to change menu items colors

    • This reply was modified 5 years, 7 months ago by DoctorMobile.
    #1043235

    Hi,

    Add this to quick css:

    .avia-menu-text:hover{
    color:#fff!important;
    }
    
    .current-menu-item .avia-menu-text{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

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