Remove color overlay on collection list (Debut theme)

Hello, I’m trying to remove the color overlay on my collection lists while using the debut theme. When I hover over the collection (Rope Hats) the color just gets darker as well. I’d like to remove that too.

Attaching a photo and link. The link is to another page but has the same undesired effect.

https://flagshipgolf.co/pages/schools

Thank you!

1 Like

@hymansc

yes, please try this code.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.collection-grid-item__link:hover .collection-grid-item__title-wrapper:before, .collection-grid-item__link:focus .collection-grid-item__title-wrapper:before 
{display: none;}