Anniversary Special Sale! 10 Years of Excellence in WordPress Themes | Flat 20% OFF on All Themes Package. Use Code GT10YEARS Buy Now
Anniversary Special Sale Banner

Reply To: How to Remove Slider Page Title & Box from Eatershop theme

#5610
Grace Themes
Member

Hi

To remove the slider title and description box

For PRO Theme
Go to Appearance-> Theme Options -> Basic Settings -> Custom CSS
and use below css code

.nivo-caption {display: none; }

For Free Theme
Go to Appearance-> Customize -> Additional CSS
and use below css code

.nivo-caption {display: none; }

Regards
Grace Themes