Transparent backgrounds are black in Dawn Theme 2.0

The product and media card backgrounds are set to transparent but show up as black. Using Dawn theme OS 2.0. I’ve tried fixing it myself but couldn’t figure it out.

@Grumpledorf - can you please share the website link?

Hi @Grumpledorf ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

url: www.gel.group

password: jellybaby

url: www.gel.group

password: jellybaby

@Grumpledorf - add this css to change the color and add the color you want

.card-wrapper .card__inner{    background-color: #fff;}

Hi @Grumpledorf ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-card.css->paste below code at the bottom of the file:
.card--standard .card__inner {
    background-color: transparent !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like