Reply To: Removing caption from Nivo Slider

#176
livemeshlivemesh
Keymaster

If you need to hide the Nivo slider captions, just paste the below code into Custom CSS tab of options panel.

#nivo-slider .nivo-caption {
display: none !important;
}