Don not want Product Descriptions in Product Display when we click subcategories

I have assigned some subcategories to my woocommerce shop. However, when I click on my subcategories, all the products are displayed with their big short descriptions under each product. I didn’t want that. I wanted it to show all the product images with thier prices only. When someone clicks on the product image, then it should show detailed descriptions. Please help! You can see here what I mean https://kyktrendz.com/product-category/personalized-clothing/baby-onesies/

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/* hide description on category page */
.archive .woocommerce-product-details__short-description{
  display:none;
}

Best regards,
Support.

Thank you. It worked!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support