Archived topic
Sticky Menu with Slideshow
5 replies · Started by Lauren Bengivenga on March 27, 2016
I am currently using the SiteOrigin slider to display a slideshow of pictures at the top of each page (underneath the navigation, though). When I scroll down, the menu will stick, but it'll keep getting "refreshed" (goes away for a split second and then comes back) as the slideshow changes images. Is there a way I can make it stay put? Thanks for your help!
Hi there,
Any chance you can link me to the site so I can see what's going on?
Thanks!
Sorry for the super delayed reply!
Give this CSS a try:
.main-navigation.is_stuck {
z-index: 500;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
That worked perfectly! Thank you so much!
You're welcome :)
