Remove navigation buttons on slider

Permalink
I am using Elemental for my theme and have an image slider on the home page. However, I want the images to appear without the navigation arrows or dots appearing underneath. Is there a way to remove them?

 
Steevb replied on at Permalink Reply
Steevb
Try adding code to bottom line of main.less:
.ccm-image-slider-container ul.rslides_tabs, .ccm-image-slider .rslides_nav{display: none}
WWIIHA replied on at Permalink Reply
Perfect. That fixed it. Thank you.