Hello,
I am using Woocommerce with the Enfold theme and I would like to change the size of the title for my products. On my main page, the title looks really big for some reasons and I would like to make it smaller.
What code should I use in the Quick CSS section ?
Thank you so much in advance!
Hey Oby4455,
Add the following to quick css:
h2.woocommerce-loop-product__title{
font-size:20px!important
}
Just adjust to the desired size.
Best regards,
Jordan Shannon