Hi! I would like to remove the image counter and arrows that are displayed below the images.
You can use this CSS to hide the slider buttons
.slider-buttons {
display: none !important;
}
Please follow these steps;
- From your Shopify admin dashboard
- Navigate to Online stores > Themes > Select the main theme
- Click on Actions > Edit code
- From the code editor, search for the base.css file (Under the assets folder)
- Paste the CSS above at the bottom of the page
- Save and refresh the live page
Cheers!
1 Like
Thank you so much!
1 Like
