Tagged: woocommerce
Hey quick one here,
I updated Woocommerce 3.0.3 and pretty much everything works – yayyy !
I noticed a change in fonts for category titles, it seems it is reverting to the default h2 font size set by the theme (which is way too big).
I just thought I’d point it out with my solution if it helps someone until you release a maintenance update of the theme to address it.
I applied this CSS to correct the issue:
.woocommerce-loop-category__title {
padding: 10px 10px 5px;
font-size: 16px;
font-weight: 100;
}
Cheers
Hugues
Hey Hugues,
Thanks for sharing the solution you made :)
Best regards,
Nikko
Hi there,
I tried this solution to the same problem but it didn’t work. I even copied it to the css file.
I want it to be normal font, not H2
Hi mspinot,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.template-page .entry-content-wrapper h2.woocommerce-loop-product__title {
font-size: 16px;
line-height: 1.4em;
text-transform: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you Victoria!
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon