#1. First, you access Custom CSS box
#2. Next, enter the below code and click Save
/* Rename sale text */
.product-mark.sale {
font-size: 0;
}
.product-mark.sale:before {
font-size: 18px;
content: "New Sale Text";
}

#3. You will have a result like this
