back to top – to left side
-
Hello!
We can’t find anywhere to change the “back to top” icon, that is now down on the right side.
We want this on the left side instead.
See picture.
How to change this?
Thanks in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
I apologize for the delay.
The below code will help you to change the icon, enter it into the “Desktop CSS” area in Theme Settings -> Custom CSS.
body .xts-scroll-to-top:after,
body .xts-scroll-to-top:before {
content: "\e922";
}
Kind Regards