• Hello,

    Your plugin us great and match perfetly with what I wanted to do.
    Except for one thing. When it appears during the scroll, I can’t see the ohters items of my menu.
    I changed the CSS for the body items but I couldn’t see them anymor when I wasn’t scrolling.
    I know I could change my background but I really like a simple design with black and white.
    What Css should I modify to change the body color of my menu items only during the scroll, just like for the background ?

    Thank you for your help.

    https://wordpress.org/plugins/mystickymenu/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not sure if I understand your question…
    You can add .myfixed class to your theme or theme child css with your custom rules. For Example:

    .myfixed li a {
    	color:#fff;
    	background-color: #000;
    }
    .myfixed li a:hover {
    	color:#000;
    	background-color: #fff;
    }

    Hope this helps…

    Hello again,

    I’m not sure if you fixed your problem? but since v1.5 you can add all of your custom css styles in plugin settings. Hope to hear you soon 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modify color of body items during the scroll’ is closed to new replies.