Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Shopify main page product images - How to remove color gradient behind product image

Solved

Shopify main page product images - How to remove color gradient behind product image

blublu
Excursionist
19 1 12

Shopify main page product images have a color gradient, from the theme I understand. I would like to override the theme here to remove the color gradient behind the product images.

 

In the product pages everything is fine already. It is only on the main page with all products.

 

DAWN theme.

 

Thanks!

Accepted Solutions (2)

BSS-TekLabs
Shopify Partner
2350 688 810

This is an accepted solution.

- Here is the solution for you @blublu 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
.card .media {
    background: white !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725030281375.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSS-TekLabs
Shopify Partner
2350 688 810

This is an accepted solution.

<style>
.color-scheme-2 {
    --gradient-background: none !important;
    --color-background: none !important;
}
</style>

Can you replace to this code @blublu 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

BSSTekLabs_0-1725034625470.png

 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 8 (8)

niraj_patel
Shopify Partner
2378 514 507

Hello @blublu 

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

BSS-TekLabs
Shopify Partner
2350 688 810

Hello @blublu 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

customall
Shopify Partner
6 0 0

Hello @blublu 

I can help you remove the color gradient behind the product images on your main page. Could you please share your store URL with me? This will allow me to provide you with the most accurate guidance.

Looking forward to assisting you!

Please let me know if it works by giving it a Like or marking it as a solution!

Customall Product Personalizer

Customall: Enhance productivity with seamless personalized product creation
blublu
Excursionist
19 1 12

 

 

blublu
Excursionist
19 1 12

https://blublu.ca/collections/all 

 

To view website: saghoo

BSS-TekLabs
Shopify Partner
2350 688 810

This is an accepted solution.

- Here is the solution for you @blublu 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
.card .media {
    background: white !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725030281375.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
blublu
Excursionist
19 1 12

Thank you. I guess that is a good solution on white background, but what if I need to keep the picture like it was without background, transparent around the pack?

BSS-TekLabs
Shopify Partner
2350 688 810

This is an accepted solution.

<style>
.color-scheme-2 {
    --gradient-background: none !important;
    --color-background: none !important;
}
</style>

Can you replace to this code @blublu 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

BSSTekLabs_0-1725034625470.png

 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now