Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #232133

    Hi,

    Looked around on the forum and found this, but only the first one seems to work.
    Please see http://www.groenwerkensierbestrating.nl. Any suggestions?
    What I would like is a darkgrey menu, when you hover green and current page also green

    Please add this on your custom.css to change the menu color

    .main_menu a {
    color: white !important;
    }

    To change the active page color, use this

    .current-menu-item > a {
    color: black !important;
    }

    For the submenu hover, you can use this

    .header_color .main_menu .menu ul li a:hover {
    background-color: white;
    color: orange !important;
    }

    #232196

    Hey C0rien!

    Please use this:

    .current-menu-item > a {
    color: green !important;
    }
    
    .main_menu a:hover {
    color: green !important;
    }

    Cheers!
    Ismael

    #234608

    Thank you Ismael!
    Looked up the w3s colornames and changed to limegreen to improve visibility.
    It works for the hover part, but the .current-menu-item works only on the homepage…..?

    Kind regards Corien

    #234736
    #236270

    Hello,

    Since the last update on enfold there’s a lot more options in the header section.
    Is it still best to use the above css to change hover colors?

    #237717

    Hey!

    It should work fine. If you run into any issues, let us know so we can help you out.

    Regards,
    Yigit

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