I wish to change the color of the back to top button that appears in the bottom area . How could be done thanks
Hello There,
Thanks for writing in! To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-scroll-top {
color: red;
border-color: red;
opacity: 1 !important;
}
Feel free to change the values to your preferred color.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.