Responsive slider navigation
- Posted by Michelle (2) Offline
Hello
I am using the banner slider module in nivo mode, jquery is disabled in the module and I have navigation set to 'no' but when you hover the navigation arrows still appear, how can I get rid of them please?
Thanks
9 years 8 months ago #1
by Michelle
I am using the banner slider module in nivo mode, jquery is disabled in the module and I have navigation set to 'no' but when you hover the navigation arrows still appear, how can I get rid of them please?
Thanks
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi nunamn,
By setting the navigation to 'No' it will only hide the navigation bullets below the slider. If you want to hide the direction navigation (arrow left / right) you can add this code to your css file
9 years 8 months ago #2
by TemplatePlazza
By setting the navigation to 'No' it will only hide the navigation bullets below the slider. If you want to hide the direction navigation (arrow left / right) you can add this code to your css file
.nivo-directionNav {display:none!important;}
Please Log in or Create an account to join the conversation.
- Posted by Michelle (2) Offline
- Posted by TemplatePlazza (5310) Offline