Remove "..." from Blog page excerpt

Hi,

I have a site that has a blog page. I don’t want the list preview of the blog posts to show any body text, just the Title and the Meta information. When I remove the excerpt length to ‘0’ in the theme customiser, it shows three dots, like a ‘…’ where the excerpt was. Can you tell me how to remove those three dots please, so it’s just the title and the meta information?

Thanks a million!

Hello Billy,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.blog .entry-content.excerpt p {
    display: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

You’re amazing, thank you so much!

You’re most welcome, Billy.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.