Hello!
I want to make the title font sizes of the products from category pages smaller. How can I do that? I already tried from the typografy section in the theme’s options, at the H3 subsection, however those settings don’t count – maybe it’s a bug in the theme.
Please note that for the category pages I have the following custom .css, made from previous problems solved via tickets here:
img.hide-image {
height: 192px;
}
.products-grid .product .product-name {
text-transform: none;
}
.products-grid .product .product-name {
height:45px;
}
Thank you in advance 🙂