Get Rid of Titles and "Read More" on Sliders

Hi @Movin,

Is there a way to stop the title of a post and “read more” from showing up on every slider? I’d like the sliders to just be plain pictures. I’ve attached a copy of the current child theme that you wrote for me. If you can modify the child theme or offer some custom code, I’d greatly appreciate it!

Thank you very much for the help!

Hi @gold2day,

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

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

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.flex-caption {
    display: none;
}

Best Regards,
Movin

@Movin,

That’s perfect! Thank you very much. Have a wonderful day!

You are most welcome here :slight_smile: