Buy me a coffee

Change “Sale” text to custom icon

#1. First, you access Custom CSS box

#2. Next, enter the below code and click Save (You can change example Pixabay link to icon url what you want)

/* Sale text to custom icon */
.product-mark.sale {
    background-image: url(https://cdn.pixabay.com/photo/2023/09/10/11/44/tulip-8244705_1280.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center center;
    color: transparent !important;
    width: 30px;
    height: 30px;
}

Change Sale Text To Custom Icon 04 Min

#3. You will have a result like this

Change Sale Text To Custom Icon 05 Min