How can I remove the background color from a product grid?

Solved

How can I remove the background color from a product grid?

maso261
Tourist
4 0 3

g.pngHello,I want to remove background color from product grid,how I can do that?

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10036 2387 3013

This is an accepted solution.

Thank you for the information. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.collection.page-width {
    background: transparent;
}

Result:

Ribe_Dagandara_0-1687897460597.png

I hope it help.

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10036 2387 3013

Hi @maso261 ,

Would you mind to share your URL website? with password if its protected. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
maso261
Tourist
4 0 3

https://d87cea.myshopify.com/
Here you are,there is no password,I guess 🙂

maso261
Tourist
4 0 3

sorry,pass is "sealye"

Made4uo-Ribe
Shopify Partner
10036 2387 3013

This is an accepted solution.

Thank you for the information. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.collection.page-width {
    background: transparent;
}

Result:

Ribe_Dagandara_0-1687897460597.png

I hope it help.

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
maso261
Tourist
4 0 3

Thank you very much!God bless your soul

Made4uo-Ribe
Shopify Partner
10036 2387 3013

Welcome. 😊

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.