I don’t like the second background color of my multiple column. Can someone help me change this?
Topic summary
Main issue: Change the “second background color” of the Multicolumn section in a Shopify theme.
-
Solution provided: In Online Store > Themes > Edit code, open base.css and add a CSS rule targeting “.multicolumn.background-primary .multicolumn-card” to set a new background color (e.g., #f2e5ec), using !important if needed. The hex value can be customized to any desired color.
-
Evidence: Before/after images were included, showing the updated background applied to the multicolumn cards. Visual attachments were central to confirming the fix.
-
Additional request: Another participant asked for the store URL to inspect, but this became unnecessary once the CSS change worked.
-
Outcome: The original poster confirmed the fix worked and accepted the solution. No further technical issues or open questions remain; the thread is resolved.
Hello @Muselabel
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.multicolumn.background-primary .multicolumn-card {
background: #f2e5ec !important; /* you can change the color from here*/
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hey @Muselabel ,
Could you share your store URL so I can check?
Thank you it worked
Thanks for accepting my solution
please hit the like button also.
also that would be great, if you can buy me a coffee for my work for the community.

