Title: Changes when scrolling
Last modified: May 15, 2024

---

# Changes when scrolling

 *  Resolved [maugegonzbru](https://wordpress.org/support/users/maugegonzbru/)
 * (@maugegonzbru)
 * [2 years ago](https://wordpress.org/support/topic/changes-when-scrolling/)
 * Hello, I need the font color to change to black when scrolling, I have looked
   at the topic on this but it doesn’t work for me.
 * I have added the CSS code from customize – Additional CSS and I have put the 
   following:
 * .she-header .elementor-nav-menu a {
   color: #1D1D1B !important;}
 * .she-header .elementor-nav-menu a:hover {
   color: #1D1D1B !important;}
 * .she-header .elementor-nav-menu a:active {
   color: #1D1D1B !important;}
 * .she-header .elementor-nav-menu–dropdown {
   background color: #1D1D1B !important}
 * But nothing.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanges-when-scrolling%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Robert Wattner](https://wordpress.org/support/users/rwattner/)
 * (@rwattner)
 * [2 years ago](https://wordpress.org/support/topic/changes-when-scrolling/#post-17757228)
 * Hi,
 * That code is meant for the elementor nav menu widget. Try this code instead
 *     ```wp-block-code
       .she-header .jkit-nav-menu a {
         color: #1D1D1B !important;
       }
   
       .she-header .jkit-nav-menu a:hover {
         color: #1D1D1B !important;
       }
   
       .she-header .jkit-nav-menu a:active {
         color: #1D1D1B !important;
       }
       ```
   
 *  Lmk if that helps.
 *  Thread Starter [maugegonzbru](https://wordpress.org/support/users/maugegonzbru/)
 * (@maugegonzbru)
 * [2 years ago](https://wordpress.org/support/topic/changes-when-scrolling/#post-17757600)
 * Wow, thanks a million, now it worked!
 *  Plugin Contributor [Robert Wattner](https://wordpress.org/support/users/rwattner/)
 * (@rwattner)
 * [2 years ago](https://wordpress.org/support/topic/changes-when-scrolling/#post-17757713)
 * Great, happy to help!
 * If you have time, would you mind leaving a review? It really helps. I appreciate
   it!
 * [https://wordpress.org/support/plugin/sticky-header-effects-for-elementor/reviews/#new-post](https://wordpress.org/support/plugin/sticky-header-effects-for-elementor/reviews/#new-post)

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

The topic ‘Changes when scrolling’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Robert Wattner](https://wordpress.org/support/users/rwattner/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/changes-when-scrolling/#post-17757713)
 * Status: resolved