Hi @Kat1 , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Topic summary
Issue: The slideshow section unexpectedly displayed a yellow background; the requester wanted it to match the site’s “dirty white” background.
Context: Responders asked for the store URL and password to check. The URL was shared, and the initially capitalized password was corrected to “chawda.”
Solution provided: Add a CSS rule in the theme’s stylesheet (theme.css or base.css) targeting the slideshow controls to change their background color. The rule sets background-color to #F3F3F3 with !important, aligning it with the site’s off-white background.
Outcome: The change worked as intended, and the requester confirmed success. Another participant acknowledged the resolution and apologized for delayed support.
Status: Resolved. No further action items or open questions.
Notes: The key technical step is adding a CSS rule for the slideshow controls element to override its background color.