Website Product Font Sizes

Hello!

I would like to make the font of my product descriptions a bit larger, to match the rest of the website and make it easy to read.

Here you can see an example of how small the description font looks (both in the short and long descriptions.) I would like to do this changing CSS if possible, rather than adding another Plug-in.

Thanks so much, I appreciate it!
Nadia

Hi Nadia,

Please add this code to the Global CSS:

.woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-tabs .x-tab-content {
    font-size: 18px;
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

Thanks so much! That worked :blush:

Hi @NadiaCrisisEquipped,

You’re most welcome.

Feel free to ask us again.

Thanks.

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