Hiding arrow icons on slider
-
Could anyone help by telling me what the css code would be to hide the left and right arrow icons on the scrolling slider on the homepage? Thank you :))
The blog I need help with is: (visible only to logged in users)
-
Hi, to hide the navigation icons on the top slider on your homepage, add the following to your custom CSS.
.nivo-directionNav { display: none; } -
-
- The topic ‘Hiding arrow icons on slider’ is closed to new replies.