Home › Forums › WoodMart support forum › Scroll to top button change › Reply To: Scroll to top button change
January 31, 2020 at 7:36 am
#170735
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.scrollToTop.button-show:hover,
.scrollToTop.button-show {
background-color: transparent;
box-shadow: 0 0 5px transparent;
color: transparent;
background-image:url(https://www.agdaevi.com/wp-content/uploads/2020/01/yukarii.svg);
background-repeat:no-repeat;
background-size:contain;
}
Best Regards