August 29, 2014 at 5:36 am
#13397
Theme Horse Support Team
Keymaster
Hi Edwin,
To change the go to top button color you have to change the background image in style.css file.
We have used image on it not a color. To change the background image Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.back-to-top a {
background-image: url("your-image-url");
}
*Change above text your-image-url to your image url.
Thank you!