Make the percentage tag bigger - Prestige theme

Hi Shopify community,

Is there someone that can help me make the small percentage tags bigger? Or another color maybe :slightly_smiling_face:

This is my store and page I would like to edit it on: https://bruunogstengade.dk/collections/sale

Thanks in advance!

Hi Michelle_BS

It’s my pleasure to help you. please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media screen and (min-width: 641px)
.ProductItem__Label {
    font-size: 16px !important;
}

If helpful then please Like and Accept Solution.
For Design, Development and custom changes Hire Me.
Skype: live:hardikradadiya355
Thanks

Hi Hardik355,

Thanks for answering. I’m afraid it didn’t work for me, I also tried to change the font size of some of the other items but nothing changed.

hi Michelle_BS

Can you add given css in your theme.css file because i can’t see my code in theme.css file.

Thanks!