This topic has 2 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Olga Barlow
Hi
how to style back to top background color and arrow color i could not find it on customization
thanks
Hello,
We don’t have a special option for this. You can change it with custom CSS. For example, add the below code to Theme Options > Custom CSS and change colors according to your needs
.back-top {
background-color: #a50852;
color: #fff;
}
.back-top svg path {
stroke: #101010;
}
Regards
Tagged: background, change, color, themes, top button, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up