A user working with Shopify’s Sense theme is unable to change the background color of the spacing between the header and content blocks. They want the entire page to display in beige (#FFF9F3), but a light green color from the theme’s default background persists in the gaps between sections.
After the user shared their store URL (juicee.sg) and password, two solutions were provided:
Solution 1 (Moeed):
Add custom CSS via theme.liquid file
Insert code above the </body> tag to override the background color
Solution 2 (ZestardTech):
Modify base.css file
Add CSS rules to remove margins between specific sections (header and featured collection)
Uses margin-bottom: unset and margin-top: unset with !important flags
Both solutions involve editing theme code files to eliminate or override the unwanted spacing/background color. The issue appears resolved with working code snippets provided.
Summarized with AI on October 31.
AI used: claude-sonnet-4-5-20250929.
I am using the Sense theme. I can change the theme colours of the individual blocks, but I can’t select the spacing between blocks. I want my webpage to be full nude beige colour #FFF9F3, but the light green colour was the theme’s existing background colour which I cant find the setting to change. How do I change it?
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.