#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;
}
![]()
#3. You will have a result like this
![]()