How to remove arrows and slideshow bar in Boundless theme?

Im wanting to remove the arrows in my slideshow and also the slideshow bar in boundless theme.

theboujeeshop.com

Hi @tekkaaaa ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.css->paste below code at the bottom of the file:
.hero--adapt .hero__controls {
    display: none !important;
}
.hero__content-wrapper-mobile {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.