How can I remove slide control buttons from my Venture theme?

Hi, on my website I have 4 slide show banners at the top. The slide show controls are always in the way on desktop version, I have removed them on mobile.

Is there a way I can remove the arrows, pause button and slide counter buttons as they are in the way of the slides. My theme is the venture theme. Thanks.

www.pinstardirect.com

@ryan333 You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of theme.scss.css file.

.hero-content__inner-controls{
display:none;
}
1 Like