How can I remove white background from collection images (Dawn Theme)

Solved

How can I remove white background from collection images (Dawn Theme)

hils
Visitor
1 0 0

The images are transparent PNGs on the individual product pages. However, for some reason, they have a white background on the collection pages.

 

Product page: https://00spies.com/products/angry-winter-sticker

Collection page: https://00spies.com/collections/winter-collection

Entry pass: 00spies

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 848 1064

This is an accepted solution.

Hi @hils

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_1-1717804889842.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_2-1717804894696.png

 

Step 3: Insert the below code at the bottom of the file -> Save

.card__inner.color-background-2 {
    background-color: transparent !important;
}

Here is result: 

BSSCommerceHDL_0-1717804841957.png

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

View solution in original post

Replies 2 (2)

mrashid
Shopify Partner
179 20 19

@hils paste this in base.css

.card__inner.color-background-2 {
    background: transparent !important;
}
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

BSSCommerce-HDL
Shopify Partner
2305 848 1064

This is an accepted solution.

Hi @hils

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_1-1717804889842.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_2-1717804894696.png

 

Step 3: Insert the below code at the bottom of the file -> Save

.card__inner.color-background-2 {
    background-color: transparent !important;
}

Here is result: 

BSSCommerceHDL_0-1717804841957.png

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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