This topic has 3 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Amzy Leel
Hello,
How do i change the location and color of the back to top button? I’d like to anchor it left.
Thanks
jay
Hi,
I’d like to anchor it left:
add this css code in 8theme options > styling > custom css > global custom css
#back-top { left: 30px; }
How do i change color of the back to top button?
add this css code in 8theme options > styling > custom css > global custom css
#back-top a { background-color: #000; }
change the color code to the color you want
You must be logged in to reply to this topic.Log in/Sign up