Disable/remove slider link and arrow icons
- The topic ‘Disable/remove slider link and arrow icons’ is closed to new replies.
Need help? Check out our Support site, then
Is it possible to disable the slider links and hide the slider controls?
The links cannot be disabled. You can hide the navigation arrows with this CSS:
.nivo-directionNav {
display: none;
}