Hi @BraxtonEcom
I understand you want to remove the buttons for the slide show. Please follow the instructions below
- From your Admin page, go to Online store > Themes > click the three dots > Edit code
- Find the Asset folder, and open the base.css file
- Add the code below at the very end of the file
.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden {
display: none;
}