How to remove underline from products on collection page - Brooklyn theme

Hello! I would like to remove the underline from the products I have on my collection page in the Brooklyn theme. I have searched the community but not found the right code yet. Any ideas on how to accomplish? I included a screenshot for reference. Thank you!

Hi @drewdavis23
Use this css

#shopify-section-collection-template .grid-product__meta {
  text-decoration: none !important;
}

Hi @drewdavis23

Would you mind sharing your store’s URL so we can provide a solution for that? Thanks!

Hi @JHKCreate !

Sure thing, our store URL is - https://footyintl.com

Thank you @Dbuglabpvtltd ! This worked very well.

I included this code at the bottom of Assets - theme.scss.liquid. Was this the correct place to put this?

@drewdavis23
yes this is correct place.