Shopify themes, liquid, logos, and UX
Hi there,
I am hoping someone can help me please.
I would like to remove the background of the product images so that it is only the shape that is chosen in the customiser left.
So in this case it would be the arch.
What would be the best way to go about this?
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hi Kelly-D
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
.card__inner {
background: none !important;
}
Result:
Best,
Liz
Hi, Can you share store URL?
This is an accepted solution.
Hi Kelly-D
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
.card__inner {
background: none !important;
}
Result:
Best,
Liz
Amazing! Thank you so much!
Hi @Kelly-D
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 </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
.card__inner {
background: transparent !important;
}
{% endstyle %}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Thank you so much for your reply!
Hi @Kelly-D , you can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag
<style>
.card__inner, .card__media {
background: none !important;
}
</style>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
Thank you so much for your reply!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025