Featured collections 'card' background is transparent

I changed the background to an image which made the featured collections transparent - how can I show the card colour at the bottom again - where the collection names are.

password: beautybossmedia

hi @Sammiejojojo
I see you added a custom code to make the transparent style.
You can try to replace this code on the bottom of the file base.css

.gradient {
  background: transparent !important;
}

By this:

.gradient:not(.card) {
    background: transparent!Important;
}
1 Like

Yes of course - thankyou :slightly_smiling_face:

but now my background isnt visible :confused:

Hi @Sammiejojojo
Just sent you a request access, please check and approve then we can help you check and fix it.

Sorry, I missed this. Of course I will look for the request now

@Sammiejojojo
It fixed now

This didnt work - I give up :slightly_smiling_face:

Hi @Sammiejojojo
Just checked and found that you have removed the code that I added for your theme.

Because (as I explained twice) your code removed my background image on the website