A user seeks help applying a custom background image across their entire Shopify store. They’ve successfully used CSS to add the image to certain sections using the .gradient class, but several areas remain unaffected:
Problem areas:
Dropdown boxes displaying white backgrounds instead of the image
Specific text box backgrounds showing white/solid colors
Collapsible accordion sections not adopting the background
Solutions offered:
Multiple respondents provided CSS code targeting different elements:
One solution addresses .image-with-text sections and accordion/collapsible content areas
Another suggests adding code to the theme.liquid file above the </body> tag
A third recommends modifying base.css to target accordion summaries specifically
Current status:
The original poster tested one solution but reports it only partially resolves the issue, with some problem areas still showing white backgrounds. The discussion remains open as they seek a complete solution covering all mentioned sections.
Summarized with AI on November 16.
AI used: claude-sonnet-4-5-20250929.
Hey There! I am wanting some help in changing the background of my website to be a photo. I am currently using this code in the Custom CSS box to make certain sections of my store have an image as the background:
This code is working but there are certain sections that are still not switching over to this image that I would also like to be the image background instead of that solid color. See below: