Adding 3 Dots At The End Of The Intro Text - Question | JoomShaper

Adding 3 Dots At The End Of The Intro Text

S

Sandra97

Template 1 year ago

Hello,

On a site in development, using Finion template, in the category blog view, I would need 3 dots to appear at the end of the intro text, but don't know how to achieve this.

Could you please help?

Thanks in advance

Sandra

0
3 Answers
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 1 year ago #171743

Hi Sandra97,

Thank you for reaching out!

You can try adding the following custom CSS, which should resolve the issue on your blog page specifically:

.finatic-blog .article-introtext p::after { content: '...'; }

How to add custom css in helix ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta#documentation-heading-3

If you have any further questions, please share your site's URL in the hidden content box and mention the specific page you're working on.

Best regards,

0
S
Sandra97
Accepted Answer
1 year ago #171747

Thanks a lot Asfakur. It does the job.

0
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 1 year ago #171748

You're welcome! I'm glad it works.

0