Home Forums WoodMart support forum Scroll to top button change Reply To: Scroll to top button change

#170735

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