Get 10% OFF on Themes Bundle, Use Coupon Code GRC10 | Limited Time Offer! Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

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

#5610
Grace Themes
Participant

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