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

Image overlay color

Image overlay color

Al_Noman
Shopify Partner
7 0 1

I want to show gray shade in the collection grid. A reference image is given below. kjhdfsadf.png

 

Here is my website preview link: https://qvck2fcs41fs5ywd-62302978229.shopifypreview.com

Replies 2 (2)

PageFly-Amelia
Shopify Partner
626 165 237

Hi @Al_Noman ,

This is Amelia from PageFly - a Landing Page Builder App,

You can try to use this custom CSS in your theme again.
I checked your preview link is expired.

Step 1: Access the Theme Editor

  1. Go to your Shopify admin panel.

  2. Navigate to Online Store > Themes.

  3. Click on Actions > Edit code next to your theme.

Step 2: Add Custom CSS

  1. In the left sidebar, find and click on the Assets folder.

  2. Open the theme.css or base.css file (depending on your theme).

Step 3: Add the CSS Code

Add the following CSS code at the bottom of the file:

 

/* Add gray shade to collection grid */
.collection-grid .grid-item {
  background-color: #f0f0f0; /* Light gray shade */
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.collection-grid .grid-item:hover {
  background-color: #e0e0e0; /* Slightly darker gray on hover */
}

 

 

I hope that my solution works for you.

Best regards,

Amelia | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

Al_Noman
Shopify Partner
7 0 1

It doesn't work.