Goal: Change Shopify Studio theme slideshow controls from bottom dots to large left/right arrows in the Shopify Studio theme (slideshow = image carousel; controls = navigation UI).
Progress: After sharing the store URL and reference screenshot, code was provided to edit Assets > component-slider.css to hide autoplay and dot counter and style large arrow buttons (positioned mid-left/right, 80×80px, responsive sizing).
Current issue: The arrows now display but do not advance slides when clicked. The requester also wants the arrow color set to #9B6FA5.
Suspected cause: The slideshow image was made clickable; the user wonders if the full-image link is intercepting clicks, and asks for both behaviors simultaneously: arrows navigate slides; clicking elsewhere on the image opens its link.
Status: No final fix yet. Further guidance is needed to enable arrow click functionality alongside a clickable slide and to apply the requested arrow color.
Notes: Screenshots were used to confirm the desired look, and the provided CSS snippet is central to the visual change. The functional issue likely requires adjustments beyond CSS.
Summarized with AI on February 20.
AI used: gpt-5.
Do you know the code to change the slideshow controls on the Studio Theme from controls beneath the slideshow to large arrows like: < slideshow image > at either end of the image.
Potentially this is happening as I changed the slideshow image to be clickable? Is there a way to do both? Progress slides by clicking on arrows and click to see the image link page by clicking anywhere else?