How To Show % Discount On A Product - Dawn

Hey @Tara123

Glad to know it worked this time. Now for the styling:

  1. Open the file base.css this time, and find “.badge” selector (without quotes)

  2. You will see something similar to this

  1. Now this already has font-size property, experiment with value to get desired value

  2. For bold, add a new field - “font-weight: bold;” , like I suggested earlier

Thanks

Yash Garg