• I don’t have large blog posts, sometimes they are just one or two sentences as it is mostly the pictures I am interested in showing. The “read more” link is inserted right after the first sentence. Is there a way to remove this link? I really don’t need a read more option at all.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @maryolsson,

    Thanks for reaching out!

    I am assuming that instead of the mentioned “read more” text, the “Continue Reading” should be removed. If so, the following CSS code will help:

    .blog article.post .entry-summary p:nth-child(2){
    	display:none;
    }

    Please add the provided code to Appearance > Customize > Additional CSS and let me know if it helps. ??

    Kind Regards,
    Milos | GoDaddy

    Thread Starter maryolsson

    (@maryolsson)

    Thanks! I will try this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove “read more” in excerpts?’ is closed to new replies.