Hello,
is this Possible to Change the Theme X Go to Top Anchor Button to white from Black?
Please Help!
Thanks!
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!
Awsome! Thanks!