• Hi there!

    How can I change the colour of the infinite scrolling button and the Search widget in the sidebar? Both of them are red, but I want to change them to #fce61b.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @oddcents
    Thank you for using our theme.
    Please add this below CSS codes on Appearance > Customize > Additional CSS,

    input[type="submit"], .site-content .search-form .search-submit{
    background: #fce61b;
    }

    But there is no any infinite scroll button on your site. Would you please let us know which button you are referring?

    Thank you

    Thread Starter oddcents

    (@oddcents)

    Thanks! Worked perfectly.

    It’s the little red arrow in the bottom right corner, that takes you back to the top of the screen.

    • This reply was modified 4 years, 7 months ago by oddcents.

    Please add this CSS too,

    #scroll-up{
    background: #fce61b;
    }

    Hope this works.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Colour: Infinite Scrolling Button and Widgets’ is closed to new replies.