Dawn 11.0 multicolumn section : make column background transparent

Hi,

So I’m using shopify 2.0 and dawn 11.0. I’d like to remove the background of each column or making it transparent.

Here is waht it looks like now:

Those white rectangles have to go. I don’t find any option in the configuration panels to remove them. If it involves some coding, I’d love to know what’s needed.

Thanks!

Can you provide link to your store?

Thank you for your response. I know it would make things easier, but I can’t I’m sorry.

Is that the dawn theme?

Hi @Atoban ,

You can add below CSS to the custom CSS section of the respective multicolumn to make them transparant.

.multicolumn {
  background: transparent !important;
}