Hi everyone,
Changed the product type section of my product page to a h2 tag. Problem is its changed the text size. Is there a way to change the h2 size on product only pages?
Here is the code section, changed the class style to lowercase which didn’t help was previously uppercase
{%- if settings.show_product_type -%}
class= style=“text-lowercase”
{{ product.type }}
Please help been stuck on this for ages