How can I change the color of a product grid in Broadcast theme?

Hi Everyone,

I am attempting to change the color of a product grid on my homepage for the Broadcast theme.

I was told to try adding this to my assets - theme.css

#ProductGridContainer {
background: #fffbb5;
}

This isn’t working for me any ideas?

Matthew_0-1665115431711.png

The backgrounds are white for each individual product in the grid and i am attempting to match them to my homepage background color

@Matthew_39 can you please share homepage link?

Hi @Matthew_39 ,

Go to Assets > theme.css and paste this at the bottom of the file:

.index-tab-collections {
      background: #fffbb5 !important;
}

Hope it helps!

Hello @Matthew_39 ,

First, check if there is any issue with the product image, maybe the product image has a white background.

If not, you can try adding this below-provided code.

.product-grid .product-item{

background: #fffbb5;

}

In case the issue still exists then share your website URL and we will check the issue for you and provide the exact solution.

Regards,

CedCommerce

Hi @Matthew_39 .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file theme.css

.product-grid.product-item{

   background: #fffbb5 !imporant;

}

Hope this answer helps.

Best Regards,

PageFly

I am having a similar issue. I have not been able to get it to work. Please help.