Filed under:
How to style the Blogger post summary.
Post summary is the first part of your post that just before the jump break a.k.a "read more" tag. If the jump break is not present, Blogger will take a certain length of character for the post summary, which in that case, this trick won't work.
The following CSS hides the first paragraph of the post:
.post-body > p:nth-of-type(1) {
display: none;
}
https://www.blogger.com/rpc_relay.html
https://www.blogger.com/comment/frame/220561901913020919?po=7929380442368532788&hl=en&saa=85391&origin=https://xmlexpr.blogspot.com&skin=contempo
https://xmlexpr.blogspot.com/2024/01/styling-post-summary.html#comments
true
["tips-and-trick"]
This is a proof of concept for the JavaScript page builder script that I'm writing. It lacks features in many ways, but is partially usable for a small personal blog.
true