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

    Hello,
    I’m using left sidebar main menu. I’m trying to change the font color in main menu on hover, but I failed. I changed background color on hover, but I can’t change the font color on hover.

    Please some quick CSS code.

    Thank you.
    Best regards,
    Marijana

    #603720

    Hey Marijana74!

    Try the following CSS:

    .html_header_sidebar #header .av-main-nav > li:hover > a .avia-menu-text {
        color: #a1cd2f;
    }
    
    .html_header_sidebar #header .av-main-nav li.current-menu-item > a .avia-menu-text{
        color: #a1cd2f;
    }

    Let me know if it helps :)

    Cheers!
    Jordan

    #604316

    Thank you Jordan,

    this helped :). Please if you can give me one code more. In left sidebar main menu, I wanna change link background color on hover.

    Thank you :)
    Best regards,
    Marijana

    #604555

    Hey!

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and make sure to check “Apply only to mouse hover state”

    Cheers!
    Yigit

    #604652

    Hello Yigit,

    Thanks!
    Best regards,
    Marijana

    #604665

    Hi!

    Glad to hear it worked! Feel free to reach out to us if there are anymore issues.

    Regards,
    Jordan

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