Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #285738

    Hi – I’m trying to change the font color on 1 menu item (Mega Menu) but no matter what I change, it changes the entire sub-menu.

    I am trying to change the font on “Locations and Prices” (with the green background) to white.

    I have tried:
    #menu-item-9651 {color:#ffffff;}
    #menu-item-9651 .avia-menu-text {color:#ffffff;}
    #menu-item-9651 .header_color .main_menu ul:first-child > li.active-parent-item > a {color:#ffffff;}
    #menu-item-9651 a {color:#ffffff;}

    These either do nothing or change the sub-menu font colors as well.

    Any help would be appreciated!

    #285765

    Hi sundialstudios!

    Thank you for using our theme.

    Try the following:

    
    #menu-item-9651 a .avia-menu-text{
       color: #ffffff !important;
    }
    

    Best regards,
    Günter

    #285769

    Thanks Günter,

    Unfortunately that also makes all the text in the sub-menu white.

    #285841

    Hi!

    Please add following code to Quick CSS instead

    li#menu-item-9651 > a .avia-menu-text {
    color: white;
    }

    Cheers!
    Yigit

    #285912

    Thanks Yigit!

    I was close yesterday, but not quite there!!

    I appreciate the help as always

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change Font Color on 1 Menu Item’ is closed to new replies.