Woocommerce Product Category Title Font Size

I am trying to get the product font size on this page increased:

I have attempted multiple custom CSS suggestions in this forum to no avail (like here: Woocommerce product category text size). When I implemented this, it change the font size throughout my site and did nothing to the product font in the web page mentioned above.

Can you please help? Thank you!

Hello @scottdforeman,

Thanks for writing to us.

I would suggest you go to the column where you have called the products —>you need to go to the customize —>element CSS.

Add this custom CSS code.

$el .products h2.woocommerce-loop-product__title {
    font-size: 21px !important;
}

Please feel free to change the font size as per your design. The purpose of providing custom CSS is 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.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Very helpful! Thank you. I never would have thought to customize the column css.

Hello @scottdforeman,

Glad that we were able to help you.

Thanks

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