Is there a way to remove the "control dots" (lack of a better word) from the slider ?
I want to keep the arrows upper right corner though.
See image

Regards
Paul L.
Is there a way to remove the "control dots" (lack of a better word) from the slider ?
I want to keep the arrows upper right corner though.
See image

Regards
Paul L.
Hello,
Just add this on your custom.css
div .numeric_controls {
display: none!important;
}
Regards,
Ismael
Great thanx!!
Hey,
Glad to help.
Regards,
Ismael
This topic has been closed to new replies.