开发者

Remove slide number upp letf corner of slideshow in Nivo Slider

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜