A Shopify Dawn theme user faces a visibility issue: their white logo disappears when scrolling because the transparent header turns white.
Proposed Solutions:
CSS filter approach: Add an invert(1) filter to the logo image in base.css when the header is not transparent, which would flip the white logo to black
Dual logo method: Upload a separate black logo image that displays only when scrolling down
Open Questions:
The original poster asks whether coding is required or if they can simply upload through theme customization
Another user requests help changing their logo from white to a specific yellow color (#F6BC16) instead of black
A third participant asks where to add the second logo file
The discussion remains ongoing with implementation details and customization variations still being clarified.
Summarized with AI on November 11.
AI used: claude-sonnet-4-5-20250929.
I am using the Dawn theme on my Shopify store. My header is transparent with a white logo, so when I scroll down the header turns white, making the logo invisible.
I would like the logo to turn black when scrolling down to ensure it remains visible.
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
Is it possible to change the color to something different. Your solution did make the color change on my logo from White to Black, but I’m trying to change my color from White to Yellow (#F6CB16)