Title: Menu color after scroll
Last modified: October 3, 2023

---

# Menu color after scroll

 *  Resolved [dougcorso](https://wordpress.org/support/users/dougcorso/)
 * (@dougcorso)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/menu-color-after-scroll/)
 * 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](https://wordpress.org/support/users/rwattner/)
 * (@rwattner)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/menu-color-after-scroll/#post-17096594)
 * Do you have a link? The code depends on which menu widget you’re using.
 *  Thread Starter [dougcorso](https://wordpress.org/support/users/dougcorso/)
 * (@dougcorso)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/menu-color-after-scroll/#post-17096856)
 * I’m using “Sticky Header Effects for Elementor”.
 *  Plugin Contributor [Robert Wattner](https://wordpress.org/support/users/rwattner/)
 * (@rwattner)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/menu-color-after-scroll/#post-17097156)
 * 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](https://wordpress.org/support/users/dougcorso/)
 * (@dougcorso)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/menu-color-after-scroll/#post-17097222)
 * [https://biobraz.com.br](https://biobraz.com.br)
 *  Plugin Contributor [Robert Wattner](https://wordpress.org/support/users/rwattner/)
 * (@rwattner)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/menu-color-after-scroll/#post-17097284)
 * 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.
 *     ```wp-block-code
       /* 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.
    -  This reply was modified 2 years, 8 months ago by [Robert Wattner](https://wordpress.org/support/users/rwattner/).
 *  Thread Starter [dougcorso](https://wordpress.org/support/users/dougcorso/)
 * (@dougcorso)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/menu-color-after-scroll/#post-17097303)
 * Yes, it worked perfectly!
   Just had to add “!important” next to it.Thank you very
   much!
 *  Plugin Contributor [Robert Wattner](https://wordpress.org/support/users/rwattner/)
 * (@rwattner)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/menu-color-after-scroll/#post-17097312)
 * Great! No problem.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Menu color after scroll’ is closed to new replies.

 * ![](https://ps.w.org/sticky-header-effects-for-elementor/assets/icon-256x256.
   gif?rev=3301413)
 * [Sticky Header Effects for Elementor](https://wordpress.org/plugins/sticky-header-effects-for-elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sticky-header-effects-for-elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sticky-header-effects-for-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/sticky-header-effects-for-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sticky-header-effects-for-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sticky-header-effects-for-elementor/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Robert Wattner](https://wordpress.org/support/users/rwattner/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/menu-color-after-scroll/#post-17097312)
 * Status: resolved