Product title text size

Please tell me how to reduce the font size here. When I reduce the font size in the body and content part in typography, it reduced the size of the rest of the site as well. I just need to reduce the font size in the product category page.

Hello Glenn,

Thanks for writing to us.

To reduce the product title font size you can use this custom CSS code under X—>Theme Option —>CSS

.archive.woocommerce li.product .entry-header h3 {
    font-size: 18px;
}

Please feel free to change the font size value as per your design. I also notice that you are using the cache and minification plugin. I would suggest you purge all the cache and clear your browser cache then check it again.

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.

Hope it helps.
Thanks

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