Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner 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