Site logo

Archived topic

Sticky Navigation Scrolling Down Color will not change on Mobile

4 replies · Started by xlow on November 17, 2019

Viewing posts 1–5 of 5

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 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

This archived topic is closed to new replies.