Gray Background covering product name and price

Hi,

I am currently using Dawn Theme and realised there’s a thick gray background covering my collection image, name, and product price. Wonder if anyone can help to show me how to reduce or remove the gray area (refer to screenshot image below).
It’s usually show up at the sections related to collections, and it looks perfectly fine in the collection page.

(Collection List section - huge gray background covering image, name)

(Feature Collection section - huge gray background covering Product Name, Product price)

(Collection Page / Shop All Page - Product name didn’t cover by gray background) → the collection list section & Featured Collection should be like this format

Hi @BryanYF ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/base.css
  2. Add code below to end of file
body .slider-mobile-gutter li {
	background: none!important;
}

it work! thank you so much :slightly_smiling_face: