How can i set the background color of columns to the color/pattern i want?

site: www.dentalgoodbuys.com

Hi @NGM2022 ,

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

#shopify-section-template--16686317994268__5cd1c00d-7df2-4dfc-af48-2ca5462bf361 .multicolumn-card {
    background: #D9DFE4 !important;
}

you can change the color code to your liking, it will work fine

it did not work

Hi @NGM2022 ,

I checked and your CSS file is currently error, you just need to add ‘}’ here, it will work fine:

i did that, did not work

those are new columns, prob the code changed. The background color is other have no idea why because is not even in the color selection in the site customization

Hi @NGM2022 ,

Please send me the code of multicolumn.liquid file, I will help you add options for it