Main issue: Hero/slider images in a Shopify “Be You” theme appeared noticeably desaturated, while other site images looked normal.
What was tried (unsuccessful): Changing PNG/JPG, compressing under 90 KB, using web-safe colors, setting theme overlays to transparent, and removing embedded color profiles. Image comparisons were shared; visuals are central to understanding the problem.
Diagnosis: The hero section’s slideshow had a theme color overlay applied via CSS, causing the washed-out appearance despite other adjustments.
Fix (actionable steps):
Go to Online Store > Themes > Customize.
Open Theme Settings (cog) > Custom CSS.
Add: .slideshow { --color-overlay: none; }
Outcome: Confirmed fix; colors in the hero section now match the originals. Status: Resolved; no further actions pending.
Summarized with AI on December 14.
AI used: gpt-5.
So I’m running into an issue where my images are showing up super desaturated. I have tried changing file type from PNG to JPG, compressing the images (all to sub 90kb), making sure all my colors are web friendly, making theme overlays Transparent, AND removing embedded color profiles, but all the iterations turn out similarly desaturated from the original.
You can find this image HERE - I’m finding that the issues are occurring with the hero section specifically, all other images on the site appear as they should.