Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #403481

    Hi

    I currently have the following code:

    #top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a {
    color: #ffffff;

    To make active menu links white, is it possible to make active menu links bold too?

    Thanks

    #403486

    Hi robertscott!

    Please add following code to Quick CSS as well

    #top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a  { font-weight: bold !important; }

    Regards,
    Yigit

    #403583

    Awesome thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mega menu active link bold and white’ is closed to new replies.