A user wants to remove the background color from a slideshow section in Shopify’s Dawn theme, making it white instead. The slideshow displays a visible background color when using “grid view” that doesn’t change through the theme color settings.
Resolution provided:
Multiple helpers offered CSS solutions targeting the specific slideshow section ID. The working solution involves adding custom CSS code to either:
base.css file (at the end)
theme.liquid file (in a <style> block before </body>)
The CSS code targets the section by ID and forces a white background:
The original poster confirmed this solution worked successfully.
Open issue:
A new user (kdm1) reports the same CSS code isn’t working for them despite trying all suggested locations (base.css, component-slideshow.css, and theme.liquid). They’re testing in a duplicate theme and seeking alternative solutions.
Summarized with AI on October 30.
AI used: claude-sonnet-4-5-20250929.
How do you change the background of the “slideshow” section in Dawn theme?
When I use “grid view” for the slideshow section, you can see a background color. I want to remove it and have it just be white. I tried changing the color theme for the section, but it didn’t work. Is there a CSS code I should use, or am I just doing something wrong?
Hello @sculptingbodies
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
Best regards
K.K
Is there possibly another resolution to this? I’ve added this code in base.css, the component-slideshow.css and the theme. Liquid (in a style block before /body) and have not been able to get the slide background white. I made each of these edits and tested them separately, since information is conflicting. In Dawn theme. Have no custom code. I’m currently working in a copy of my theme until I can resolve this.