Site logo

[Resolved] Sticky Navigation Scrolling Down Color will not change on Mobile

Home Forums Support [Resolved] Sticky Navigation Scrolling Down Color will not change on Mobile

Home Forums Support Sticky Navigation Scrolling Down Color will not change on Mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1066060
    xlow

    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

    #1066165
    Silvio

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

    #1066271
    David
    Staff
    Customer Support

    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;
    }
    #1066318
    xlow

    Thank you very much David & Silvio… problem solved instantly! =D

    #1066337
    David
    Staff
    Customer Support

    Glad we could be of help

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.