Archived topic
Sticky Navigation Scrolling Down Color will not change on Mobile
4 replies · Started by xlow on November 17, 2019
Dear Support,
sticky navigation when scrolling down the color will not change on Mobile, it only works on desktop :/
#sticky-navigation {
background-color: #000000;
}
Kindly assist, thank you
Hi xavlow,
look at this topic:
https://generatepress.com/forums/topic/styling-sticky-header/
.main-navigation.navigation-clone {
background-color: #0a2d68;
}
i hopp it helps. ;)
Hi there,
if Silvio's solution ( thanks for sharing the link ) doesn't work then try this:
.sticky-enabled .main-navigation.is_stuck {
background-color: #000;
}
Thank you very much David & Silvio... problem solved instantly! =D
Glad we could be of help