Atoban
November 21, 2023, 4:28pm
1
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?
Atoban
November 21, 2023, 5:04pm
3
Thank you for your response. I know it would make things easier, but I can’t I’m sorry.
Hi @Atoban ,
You can add below CSS to the custom CSS section of the respective multicolumn to make them transparant.
.multicolumn {
background: transparent !important;
}