Home Forums WoodMart support forum Change Back to Top Button

Change Back to Top Button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #199634

    jeremb5
    Participant

    Hello,
    Is there a way to change the Back to Top Button icon by one of my image ?
    Thanks you

    #199645

    Hello,

    To change the scroll to the top button icon with an image you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .scrollToTop::after {
    	content: "";
    	background: url(' ') no-repeat;
    	background-size: contain;
    	height: 20px;
    	width: 20px;
    	margin-top: 15px !important;
    }

    You can add the URL of the image in the URL tag.

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)