开发者

Remove slide number upp letf corner of slideshow in Nivo Slider

开发者 https://www.devze.com 2023-02-22 13:11 出处:网络
Can anyone tell me how to remove the numbers \"12345\" in the upper right hand corner of this Nivo Slider slide show:

Can anyone tell me how to remove the numbers "12345" in the upper right hand corner of this Nivo Slider slide show:

http://www.sabatinossliceofnewyork开发者_C百科.com/nivo.php


Add the following css rule:

.nivo-controlNav {
    display: none;
}


Add the following option when initialising the slider:

$('element').nivoSlider({
    ...
    controlNav  : false,
    ...
});
0

精彩评论

暂无评论...
验证码 换一张
取 消