How can I conceal text under an image in a specific section?

How to hide text under the image? Only for this section

https://thebirdsonglife.myshopify.com/collections/all

Hi @web-har-red ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css->paste below code at the bottom of the file:
#shopify-section-template--14370506408010__16472663809bcfcbcf .product-info {
    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.