anyone know how to change to pagination(dots) background color. I want it from white(#ffffff) to blue (#004aad)
Topic summary
A Shopify store owner seeks to customize visual elements on their site, starting with changing slideshow pagination dots from white (#ffffff) to blue (#004aad).
Initial Solution:
- Custom CSS code provided:
.slideshow__controls { background: #004aad !important; } - Applied via Sales channels > Online Store > Themes > Customize > Theme settings
Follow-up Request:
The owner then asks to change the multicolumn section’s background (the border area around images) to white.
Second Solution:
- After sharing store link (ZENFACTR.COM), additional CSS provided:
.multicolumn.background-primary .multicolumn-card { background: #fff !important; }
Status:
Discussion remains open with a new question about making multicolumn images clickable/expandable. No solution provided yet for this latest request.
Please add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings.
.slideshow__controls { background: #004aad !important; }
the background that borders the image
Please share the link to your store.
Please add this code to Custom CSS
.multicolumn.background-primary .multicolumn-card { background: #fff !important; }
would you happen to know how to make the images clickable to expand for the multicolumn

