I want to do two things and hope someone can provide a code
1) Increase the font size for the product title on my SHOP main page and in the Woocommerce product slider
2) Decrease the image size of the thumbnails on the SHOP mail page and in the widget
So, on the SHOP main page and in the Woocommerce product slider, I want to
1) increase the product time font and …
2) decrease the image size
What I’ve tried so far with no luck for the font size in Quick CSS is:
/* Product list */
.product h3 {
font-size:20px!important;
}
THEN…
#top .post-title.big_title {
font-size: 20px;
}
Hey Rgrant74,
Try this code in the General Styling > Quick CSS field:
h2.woocommerce-loop-product__title {
font-size: 20px !important;
}
.inner_product .thumbnail_container img {
margin: auto !important;
width: 50% !important;
}
Please clear any cache plugin and your browser cache and check.
Best regards,
Mike
Works perfectly! Thank you
Hi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Ismael