change the size of the styled card in homepage products Dawn 15V

> > Hii> > i want to change the darkness or the styled card in homepage products. just want a light colour for product> > check the screenshot

Hi @ctal37,

Do you want your image be brighter?

Step 1: Go to Admin → Online store → Theme > Edit code

Step 2: Search for the file base.css and add this code snippet to the end of the file
Step 3: Add this code to the end of file

.card__media img {
    filter: brightness(1.2)!important;
}

You get the result like this

If it helps you, please like and mark it as the solution.

Best Regards