Text size issue (in products section)

Hello!

Is there any way to increase the small text (see image with the highlighted bubbles in red)?

Ideally, I want that text to match the size of the text above it.

Thank you so much :slight_smile:

Hi Nadia,

Please try this code in the Global CSS:

.variations td,
.variations select {
    font-size: 19px;
}

Hope this helps.

It worked! Thank you so much !! :slight_smile:

You’re welcome!
We’re glad @Jade were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.