How to remove image counter and arrows on Dawn theme product page?

Hi! I would like to remove the image counter and arrows that are displayed below the images.

Hi @MarieClothes

You can use this CSS to hide the slider buttons

.slider-buttons {
    display: none !important;
}

Please follow these steps;

  1. From your Shopify admin dashboard
  2. Navigate to Online stores > Themes > Select the main theme
  3. Click on Actions > Edit code
  4. From the code editor, search for the base.css file (Under the assets folder)
  5. Paste the CSS above at the bottom of the page
  6. Save and refresh the live page

Cheers!

1 Like

Thank you so much!

1 Like