Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #338964

    Hi!

    I would like to change the size and color of our main and top menu:

    But all the codes that I found in this forum does not work at our site.

    Can you help me?

    Regards

    Sandra

    #339126

    Hey tredition!

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links”

    Best regards,
    Yigit

    #339435
    This reply has been marked as private.
    #339521

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .sub_menu>ul>li>a:hover, .sub_menu>div>ul>li>a:hover {
    color: white !important;
    }

    Best regards,
    Yigit

    #339987

    Thanks! But that did not work.

    But this works:
    .menu-item-2752>a:hover {color: #46b57a !important;}

    Cheers! Sandra

    #339991

    Now a last question.

    I would like to highlight the current link in the top menu that is activated. I used this code in quick css:

    #top .av-main-nav > li.current-menu-item a  {
    color: #46b57a;
    }

    But it does not work.

    What do I have to change?

    Regards, Sandra

    #340047

    Hi!

    Please try following

    nav.sub_menu .current-menu-item a {
    color: #46b57a!important;
    }

    Best regards,
    Yigit

    #340369

    That’s it! Thanks a lot!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Quick css for main and top menu changes does not work’ is closed to new replies.