What's your biggest current challenge? Have your say in Community Polls along the right column.

Grey background on collection charge theme

Solved

Grey background on collection charge theme

Deadly_Dukes
Tourist
11 0 0

i have gray backgrounds on .png images that are transparent. i looked in theme colors and tried some previous solutions but none seem to work from me. Image attached is in the collections here is a link for example too :

https://whatsheneeds.ca/collections/emojibator

Screenshot 2024-11-21 124907.png

Accepted Solution (1)

DaisyVo
Shopify Partner
988 126 141

This is an accepted solution.

Hi @Deadly_Dukes ,

 

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.media {
    background: transparent !important;
}

 

This code is used to make the background transparent.

 

Here is the result: 

DaisyVo_0-1732263117940.png

 

Please let me know if it works!

 

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
988 126 141

This is an accepted solution.

Hi @Deadly_Dukes ,

 

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.media {
    background: transparent !important;
}

 

This code is used to make the background transparent.

 

Here is the result: 

DaisyVo_0-1732263117940.png

 

Please let me know if it works!

 

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution