Hey, I'd like to hide the div slide-controls. I know I can do it in CSS, but would appreciate it if it could be an option, or when slide controls are set to disable, that the black bar not appear.
is the CSS :
#slide-controls {
display:none !important;
}
?
Thanks!