Reply 305951 to: How to change back to top button background color

Avatar: Olga Barlow
Olga Barlow
Support staff
October 20, 2021 at 12:15

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.