Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Nivo Slider *Glitch Re: Nivo Slider *Glitch

#87962
denniscohn
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