On June 4, 2014 at 11:39 pm
At first, I couldn’t get the code to work either when putting it in the Custom CSS section of the Options dashboard. I have a childtheme set up, though, and when I put the code in the childtheme style.css it worked like a charm! ( I also added these bits of code to hide all the navigation, because I’m only using a single slide)
/*HIDES CONTROLS FOR NIVO SLIDER SO IT LOOKS LIKE A SINGLE IMAGE*/
.nivo-caption{display:none!important;}
.nivo-controlNav{display:none!important;}
.nivo-prevNav{display:none!important;}
.nivo-nextNav{display:none!important;}
ALSO! Be sure that if you are changing bits of code for your slider that you have that particular slider chosen in the Options dashboard. Nothing seemed to be working, then I realized I still had the “Unslider” selected instead of NivoSlider. doh!