• Hello,

    How can I remove the three dots that show after a post excerpt? Right now, as you can see on my page, I removed the excerpt, so the three dots are left. How can I remove them?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Mission News!

    Please add the following CSS to completely hide the excerpts including the “…” at the end:

    .blog .main .post-content {
      display: none;
    }

    You can copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter timppa123

    (@timppa123)

    Thank you! It worked ??

    Thread Starter timppa123

    (@timppa123)

    Sorry, one more thing on the same website. How can I remove the “1, 2, Next” buttons on the bottom of the page? So just on the front page, not on archive pages.
    Thanks!

    Theme Author Ben Sibley

    (@bensibley)

    Sure thing!

    This CSS will hide the pagination on the blog:

    .blog:not(.paged) .pagination {
      display: none;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove three dots’ is closed to new replies.