Im wanting to remove the arrows in my slideshow and also the slideshow bar in boundless theme.
Hi @tekkaaaa ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- 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.