Remove slider text (excerpt) from Dazzling WordPress theme

Hi i,m using dazzling theme and i,m trying to remove the text from the slider ( not the title only the featured text ). Thanks in advance for your help !

Add this code to Appearance - Theme Options - Other - Custom CSS. This code will hide only excerpt from featured slider while leaving title in place.

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

Thank you very much. It worked just fine. :slight_smile: