Remove excerpt from Travelify featured image slider

Hello,
I use the Travelify theme on my website at crazyabout-photography.com and I was hoping there was a way I could remove the excerpts on the feature slider because it cuts into photographs and blocks them. I don’t want to remove it from the posts on the home page…I just want to remove it from the sliders. Any help with this is much appreciated! Thanks in advance!

You can remove slider caption (post excerpt for slider) by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS

.featured-text .featured-content {
  display: none;
}

This code will leave title in place. Let me know if you want to remove it as well and will help you from there.

Let me know if you need any further assistance.

Hello,

I would like to know how to remove the title name please.

Thanks!

Heather

@heatherj007

This thread is rather old and already marked as resolved. Please start your own thread and we will help you from there.