Hello team,
Through the thread https://kriesi.at/support/topic/display-of-woocommerce-product-short-description-in-the-product-grid/ , we’ve managed to show product descriptions below product titles, in product grids.
What we need assistance with, is that we need to change the font size and color/opacity at this description.
Is there a quick css or any suggestions that may assist on this?
Thank you in advance for your assistance!
Best regards
Hey wtechgr,
Try this code in the General Styling > Quick CSS field:
h2.woocommerce-loop-product__title {
color: blue!important;
font-size: 20px!important;
opacity: 0.5!important;
}
Please change the settings to suit :)
Best regards,
Mike
Hi Mike!
Thank you for the quick CSS!
We just had to change it a bit to:
div.woocommerce-product-details__short-description {
color: black!important;
font-size: 13px!important;
opacity: 0.8!important;
}
All the best!
Hi,
I’m glad Mike’s solution was able to help you out. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon