#77217 How can I add an ellipses (…) to the end of my excerpts in block posts?

Landing Forums JupiterX WordPress Theme How can I add an ellipses (…) to the end of my excerpts in block posts?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Jessica Finn

    How can I add an ellipses (…) to the end of my excerpts in block posts? Right now, it just cuts off sort of abruptly. I’d like to add something to the end that implies that there’s more (besides the “read more” button)

    Nodari

    Hello Jessica

    Please provide a url of the page and give me a reference where you want to add (…) ellipses 🙂

    Thanks

    Jessica Finn

    https://vubiquitydev.wpengine.com/company/news-press/

    You see how the excerpt just cuts off? It looks odd, and I’d like there to be a “…” at the end to show that there’s more.

    So, for example:

    TITLE
    It’s 6.30 pm on a Friday, and COVID-19 has you staying in with the family for movie night. You agree on what snacks you’ll have and wait for the popcorn…

    READ MORE BUTTON

    Nodari

    Hi there

    Please add this CSS code in Appearance > customize > additional css:

    .raven-post-excerpt:after {
        content: "...";
    }

    Let me know if it worked 🙂

    Jessica Finn

    Worked, thanks!

    Amir Rather

    You’re most welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.
Login