How to remove slideshow controls in Craft theme?

Hello @AHBEessentials

Step 1: Go to Online Store → Theme → Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save

slideshow-component .slideshow__controls {
    display: none;
}
1 Like