Changing font on Sales Badge

Solved
frankboykin55
Tourist
12 0 1

Having difficulty changing color of font on my "sales badge". Would like a white font against the dark background. Any help would be much appreciated!

URL: https://hawthornlighting.com/ 

Accepted Solution (1)
PageFly-Victor
Shopify Partner
7865 1782 2950

This is an accepted solution.

Hi @frankboykin55 

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for the  1 solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
.card__badge > span {
    color: white;
}
</style>

PageFlyVictor_1-1679240955429.png

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 2 (2)
PageFly-Victor
Shopify Partner
7865 1782 2950

This is an accepted solution.

Hi @frankboykin55 

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for the  1 solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
.card__badge > span {
    color: white;
}
</style>

PageFlyVictor_1-1679240955429.png

Hope my answer will help you.

Best regards,

Victor | PageFly

frankboykin55
Tourist
12 0 1

Thank you so much!