Text ove the Slider

Hi!
I’m trying to get rid of the text that appears on top of the slider images. That text generates a link to a post, but I’d rather have just a clean image in this area with no link whatsoever.
Can you guys give me a hand?
Thanks!

Hi @flashboy,

I hope you are well today and thank you for your question.

You can either just hide it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

.flexslider .flex-caption {
  display: none;
}

Or remove it completely from the webpage by using the attached child theme of Dazzling theme.

Best Regards,
Movin

Thanks for your help! That worked really nicelly.

You are most welcome here :slight_smile: