• Hi,

    I want to keep the header on slider but want to remove the excerpt. How do I remove excerpt text from slider? The <!–more–> doesn’t seem to work to cut off the text length from the excerpt.

    /B

Viewing 1 replies (of 1 total)
  • Hey there benjaminbeyene,

    This can be done by adding some custom CSS. The easiest way to do that since theme has it’s own custom CSS tab to insert the code there. Navigate to Appearance >> Theme Options >> Other and insert this code into the Custom CSS field:

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

    This should remove the excerpt from the slider.

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘How do I remove excerpt from slider?’ is closed to new replies.