Features Text in Slide

Hi,

is it possible to cut the text that is displayed under the headline in the slider at front page? Right now it is really long so I cannot see the picture really great.

Thanks.

Hi @rainbowcountry,

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

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Best Regards,
Movin

Hi Movin,
that would be great:

&%priota9

Thank you very much.

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

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


.flex-caption .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

Thank you so much!

You are most welcome here :slight_smile: