How to change background colour of a product grid in Broadcast theme

Hi there,

can someone please help to change the background colour of a product grid/collections grid, or just set the colour to transparent?

In the Broadcast theme, the default is white and I can’t change this in the theme editor.

Does anyone know some code that I can add to edit this colour?

Thanks!

hello @Strappy-Sandals

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

@Strappy-Sandals

Please share your store URL.

Please follow the steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
    .collection__products .product-item {
    background: transparent !important;
    }
    Hope it helps!

For the same case, what’s the equivalent file of theme.css in Ride theme? Thank you for helping!

How I do a color change for the Dawn theme? This code wasn’t working for me…unless I’m putting it in the wrong spot.. @LitExtension