Hide Descriptions on Slider

Is it possible to hide text descriptions from the slider? Please see attached image…I’d like it so that only the page titles/buttons show. Please help! Thanks!

Hi @tiaontario,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom

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

Best Regards,
Movin