Hi Folks,
I followed the directions below to remove the text/description box on each slider image, but it didn’t work. (www.MortgageLeadPlaybook.com) Any suggestions?
“To disable the slider title and description text box
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
and paste the below css code in custom css box
.nivo-caption { display: none; } “