• Resolved dougcorso

    (@dougcorso)


    Hello guys.
    I’m trying to change the menu font color.
    I’ve already used several CSS codes that exist on the forum, but none of them worked.
    Can someone help me?
    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Robert Wattner

    (@rwattner)

    Do you have a link? The code depends on which menu widget you’re using.

    Thread Starter dougcorso

    (@dougcorso)

    I’m using “Sticky Header Effects for Elementor”.

    Plugin Contributor Robert Wattner

    (@rwattner)

    Yes, that’s this plugin. I meant a link to the site that you are working on. I need to be able to see the page code.

    Thread Starter dougcorso

    (@dougcorso)

    Plugin Contributor Robert Wattner

    (@rwattner)

    The code you tried from here probably wasn’t working because you aren’t using the elementor menu widget. This code should work for you though.

    /* Change menu link color on scroll */
    .she-header .sf-menu-boosted-elements .boosted-nav-link-def {
      color: red;
    }
    
    /* Change menu link hove color on scroll */
    .she-header .sf-menu-boosted-elements .boosted-nav-link-def:hover {
      color: limegreen;
    }

    I included the hover color as well in case you’d like to change that too. Just change “red” and “limegreen” with whatever colors you want.

    Let me know if this works for you.

    Thread Starter dougcorso

    (@dougcorso)

    Yes, it worked perfectly!
    Just had to add “!important” next to it.
    Thank you very much!

    Plugin Contributor Robert Wattner

    (@rwattner)

    Great! No problem.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu color after scroll’ is closed to new replies.