Home › Forums › JavaScript › Nivo Slider *Glitch › Re: Nivo Slider *Glitch
September 26, 2011 at 11:29 am
#87962
Member
You can overwrite the display:block on the element which the nivo slider added by adding !important after it. So it would be like this:
.nivo-caption { display: none!important;}
But
.nivo-caption { height:0;}
will also fix your problem