How do I change the font size on this badge

Hey guys, could someone please help me change the font size on this badge to 15 px. Here is a photo below on what I’m talking about.

1 Like

yes please if you could give me some coding that would be great

Hi @lucas_11_1

To provide you with a precise solution, could you please share your page URL ( with pass if your store password is enabled )?

Best regards,
GemPages Support Team

Hello @lucas_11_1

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.badge {
    font-size: 15px !important;  
}