Home › Forums › WoodMart support forum › "ScrollToTop button" background color change › Reply To: "ScrollToTop button" background color change
October 22, 2018 at 11:30 am
#84328
Elise Noromit
Member
Hello,
Add this code to the Theme Settings > Custom CSS:
.scrollToTop {
box-shadow: 0 0 5px rgba(0,0,0,.17);
background-color: rgba(255,255,255,.9);
}
Change the colors as per your needs.
Best Regards