How to change scroll to top button color

Add the below CSS to your child theme's style.css/custom.css or alternatively you could install the "Simple Custom CSS" plugin and add the snippet below to it.

Edit to colors as needed, you could use other color formats such as hexadecimal.

.scroll-up a {
background: black;
color: white;
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us