need help to make "save 74%"' icon green to be circle and in color brown. Please help asap

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

Hi @Janamir

We checked and saw that you did it:

Please let us know if you need further help.

@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:

  1. Go to Edit Code to find file base.css or theme.css, style.css

  1. Add the code:
#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!