How to change scroll to top button color
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
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; }