How to increase size of the text?

Hello!

I want to increase the text “DAW” to be a little bigger

Hello Katarina,

Thanks for writing to us.

To increase the font of product variation label you can add this CSS code in the Theme Options --->CSS

.woocommerce.single-product .variations label {
    font-size: 25px;
}

You can change the value of the font-size as per your design.

Please note that the purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.


https://www.w3schools.com/css/

Thanks

1 Like

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