Home › Forums › Theme support › Can´t change fontsize in WooCommerce category page title › Reply To: Can´t change fontsize in WooCommerce category page title
Hi,
the font size Woocommerce is using for the headlines is “h2”, so you can change it with custom css or change the font-size for the “Headline 2” in the theme options.
For custom css you can use this code:
h2.woocommerce-loop-product__title {
font-size: 20px;
line-height: 1;
}
For the single product pages: what exactly is not working?