REMOVE GREY BACKGROUND PRODUCT TEXT COLLECTIONS PAGE

Solved

REMOVE GREY BACKGROUND PRODUCT TEXT COLLECTIONS PAGE

EJD1
Tourist
3 0 1

Hi everyone.

I need some help removing the grey background/overlay from the text on the product collections pages.

Thanks in advance.

https://xxoogallery.myshopify.com/collections/jewellery-rings

pw: tiaffo

Screen Shot 2025-02-03 at 2.23.34 pm.png

Accepted Solution (1)

DaisyVo
Shopify Partner
3688 402 488

This is an accepted solution.

Hi @EJD1 

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.card--card.card--media {
background: transparent !important;
}
{% endstyle %}

DaisyVo_0-1738548475177.png

 



Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
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

Replies 3 (3)

DaisyVo
Shopify Partner
3688 402 488

This is an accepted solution.

Hi @EJD1 

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.card--card.card--media {
background: transparent !important;
}
{% endstyle %}

DaisyVo_0-1738548475177.png

 



Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
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
EJD1
Tourist
3 0 1

Thank you so much.  Have a great day.  

EJD1
Tourist
3 0 1

If you have time, I'm also trying to remove the gap between the title and $POA so it lines up with the prices.  I've adjusted the font size already but the gap is problematic for me.  Thanks again.