Change The Color of Theme X Go to Top Anchor Button

Hello,

is this Possible to Change the Theme X Go to Top Anchor Button to white from Black?

Please Help!
Thanks!

Hi there,

Thanks for writing in! Please add the following CSS code in the Theme Options > CSS:

.x-scroll-top {
    border-color: #fff !important;
    color: #fff !important;
}

Cheers!

2 Likes

Awsome! Thanks!

1 Like