Hi!
Is there a way to hide de arrows for the "Slider Item" I just need a simple image slider and the navigation bullets are enough for this purpose. I don't need the side navigation arrows and they use space that I would rather use to show a larger image. 
Thank you!
                 
                
Comments
to remove those arrows, please use below css:
.content_slider a.slider_prev, .content_slider a.slider_next { display: none !important; }