Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #103767
    ajarnneil
    Participant

    HI,

    I made this for a friend-http://uniquestar.uk/

    but we;re not happy with the pages changing colour when scrolling.

    How to turn this off?

    Thanks in advance.

    #103780
    Mahesh
    Keymaster

    @ajarnneil: Can you please clarify more.

    Regards,
    Mahesh

    #103781
    ajarnneil
    Participant

    When you scroll down the pages of the above mentioned website the background colour changes to grey – we would like it to stay black.

    #103819
    Mahesh
    Keymaster

    @ajarnneil: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .is-sticky {
        background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    }

    Regards,
    Mahesh

    #103972
    ajarnneil
    Participant

    Thanks, that did the trick.

    #104058
    Mahesh
    Keymaster

    @ajarnneil: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘how to atop the page changing colour when scrolling’ is closed to new replies.