Remove the pagination style 'dots' from below slideshow section (Dawn Theme)

Hi @BraxtonEcom

I understand you want to remove the buttons for the slide show. Please follow the instructions below

  1. From your Admin page, go to Online store > Themes > click the three dots > Edit code
  2. Find the Asset folder, and open the base.css file
  3. Add the code below at the very end of the file
.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden {
    display: none;
}