Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1248488
    yhshin1020
    Participant

    Hey,

    I have a blog set up on my website.

    How do I add an elipsis (three dots ‘…’) at the end of the excerpt to show that there is more content to be read?

    Thanks.

    #1248492
    yhshin1020
    Participant
    This reply has been marked as private.
    #1248494
    Jade
    Moderator

    HI there,

    Please add this code in the customizer:

    .blog .entry-content>p:last-child:after {
        content: "...";
    }

    Hope this helps.

    #1248608
    yhshin1020
    Participant

    Thanks.

    #1248615
    Jade
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1248488 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>