How do i remove the white background from the featured collections page everything try doesn’t work from coding the theme itself to coding within the store.
Hi @CaesarKhan can you share store url?
yes here it is https://nyqxy7-x4.myshopify.com/?_ab=0&_fd=0&_sc=1
Hi @CaesarKhan , can you share the password?
Hi @CaesarKhan
Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update? Attach pictures so I can better understand your problem.
yes here you go mystore300
Hi @CaesarKhan
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for “theme.liquid” file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for tag and add the following code above tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
.color-scheme-1.isolate.gradient:has(.collection) {
background: transparent !important;
}
{% endstyle %}
Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team.
that worked thank you
Hi @CaesarKhan
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.color-scheme-1.isolate.gradient:has(.collection) {
background: transparent !important;
}
Best,
Liz
as well do you know how to remove the background of the image shape in the product card
that did not work. let me know if you need anymore info

