Support Forums for LiveMesh Themes & Plugins › Forums › Enticing Theme Support › Removing caption from Nivo Slider › Reply To: Removing caption from Nivo Slider
August 9, 2012 at 7:24 am
#176

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;
}