setting background colour on 'sticky' menu
-
Second newbie question for the day. I’m using the “sticky menu (or anything!)” plugin and (thanks to help from this forum) I’ve been able to get the primary menu on my site to be ‘sticky’. But in order for it to be visible, I need for it to have an opaque white background when you scroll down. Would anyone be able to tell me how to do that? Again, appreciate any information!
The blog I need help with is: (visible only to logged in users)
-
Hi,
Add the below code in Custom CSS by going to My Site->Add Custom CSS
.navigation-main {
background-color:white;
}Let me know if it works.
Thank you.
-
Add the code by going to
Customizer
On the sidebar of the Customizer click on the Additional CSS and paste the code.Thank you.
-
-
- The topic ‘setting background colour on 'sticky' menu’ is closed to new replies.