Product Recommendations Cards and Product Reviews are merged

Hi, I would like to know how to remove these reviews, from product recommendations cards. I have an image of the exact thing from my shop.

Here is a link to my product page: sourceshome.com

If someone can help, I would be grateful.

Hi @sourcehome2022 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.product-recommendations .card__information > .jdgm-widget {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Thank you! Everything is oke now