Hello! I’d like to make my multicollums smaller and remove the background, if possible.
Site: prestigestraps.com
Password: asd321
A user seeks help making multicolumn sections smaller and removing their background on their Shopify store.
Proposed Solution:
.multicolumn.background-primary .multicolumn-card to modify background colorStatus:
Hello! I’d like to make my multicollums smaller and remove the background, if possible.
Site: prestigestraps.com
Password: asd321
Hello @kitchencrafted
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.multicolumn.background-primary .multicolumn-card {
background: rgb(var(--color-background));
}