I
need help to make “save 74%”’ icon green to be circle and in color brown
link: https://1l9yr0cyarinlaf0-21603111.shopifypreview.com/collections/activewear?page=2
Please help asap
I
link: https://1l9yr0cyarinlaf0-21603111.shopifypreview.com/collections/activewear?page=2
Please help asap
@BSS-Commerce yes, but I need the save 75% green icon to be in circle and to be brown. Please help
Hi @Janamir
Because when visiting your site, we can’t see the sale of 75%. So we will base on the “Sale” text display.
Please follow these steps:
#gf-products .product-label.product-label--sale span {
padding: 12px !important;
border-radius: 50% !important;
background-color: #b96f4a !important;
height: 50px;
width: 50px;
}
Predicted result: Sale 75% will have a brown background
I hope that this is useful for you.
@BSS-Commerce ty, that worked!