Main issue: change the slideshow pagination dots in Shopify’s Dawn Theme 9.0.0 from black to white.
What worked: A CSS override added to base.css successfully changed the active dot color.
Steps: Online Store > Theme > Edit code > base.css
Code: .slider-counter__link–active.slider-counter__link–dots .dot { background-color: white !important; }
Follow-up requests: The original poster then asked how to (1) remove the black outline and (2) make the background image grey or semi‑transparent similar to a provided reference screenshot (image attachment central for the desired look). The helper later noted it “seems” solved but did not post a solution.
New interest: Another participant confirmed the white-dot solution works and also requested guidance to remove the black outline and add a grey/semi‑transparent background like the original poster’s page.
Status and open questions:
Resolved: White color for the active slideshow dot via CSS.
Unresolved/ongoing: Specific CSS to remove the black outline and implement a grey/semi‑transparent background effect; no final code or steps shared yet.
I’d like to change the color of my slideshow dots (image attached) to white. Right now the color corresponds to the “Text Color” of my site which is black and it doesn’t look good with most of my slides.