Topic summary
A user seeks to remove background color from columns in a multicolumn section on their Shopify theme. Multiple solutions are offered:
Method 1 - Theme Customizer:
- Navigate to the multicolumn section settings in the theme customizer
- Look for a built-in option to disable/remove column background color
- This is identified as the simplest approach
Method 2 - Custom CSS:
- Access theme code via Shopify admin (Online Store > Themes > Edit code)
- Locate the
</body>tag in the theme.liquid file - Add custom CSS code before the closing tag to override default background styling
- A CSS class can be applied when the background removal option is checked
Responders request the website URL if the customizer method doesn’t work, offering to provide specific CSS fixes. Screenshots are included showing the customizer settings location and expected results.
Hello @Lumify ,
You can add a setting in the column to remove the background. When this option is checked, a class can be applied that overrides the default CSS.
Hi @Lumify
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “theme. Liquid” file. Find the tag and paste the code below before the tag.
And Save
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
HI @Lumify
we will help to you with this. there is two why for do this thing with customize or with css
This the first way with customize , go to the customize theme section, and go to the multicolumn section. there is in the settings
this is the simplest way to fix that thing.
And if it is not working please share your website url we will check fix css and back to you.
Thanks


