• Resolved lukiooo

    (@lukiooo)


    Can you add three dots(ellipsis) at the end of text block when Custom Excerpt Length is enabled? Right now the ellipsis is only added when it’s disabled, but I don’t really see a reason why it should not be added to Custom Excerpt Length.

    • This topic was modified 1 year, 4 months ago by lukiooo.
Viewing 1 replies (of 1 total)
  • Plugin Support Bonn

    (@bonnlevelup)

    Hi,

    There is no built-in option for this, but you can do this by adding custom CSS.

    .kb-posts .entry-summary p:after {
    content: '…';
    }

    ?I hope this helps, and let us know if we can assist you further.

Viewing 1 replies (of 1 total)
  • The topic ‘Post block Custom Excerpt Length Ellipsis’ is closed to new replies.