Hello my website is shopfurbuddy.com
I am currently using the dawn theme. The text in the “SALE” Icon on the top right of the product image. I would just like to figure out how to make that text bold. if anybody has a solution i would very much appreciate it if you would share it with me! thank you 
Hi @ByronPratt ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save
.card__badge .badge {
font-weight: bold !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 
1 Like
Hi @ByronPratt
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can try the following steps I have provided to help you solve the problem you are facing:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css or theme.css
Step 3: Add code
.card__badge .badge {
font-weight: bold;
}
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly
Hi @ByronPratt
You can do that by adding this code to theme.liquid file, after
Best regards,
Dan from Ryviu