Archived topic
remove "read more" button
5 replies · Started by Torsten on November 22, 2022
hello
I have a post stuck as an introduction at the top of my blog posts.
how can I disable the "read more" button on this post?
greetings
Torsten
Hi there,
can you share a link to where i can see this ?
Hello David,
this is the link
https://www.landschildkroeten-hunsrueck.de/
the post is fixed above as information for the reader. But here the "weiterlesen" button should not appear.
is that possible?
Greetings
Torsten
Hi Torsten,
Try this CSS:
.sticky p.read-more-container {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Hello Leo,
perfect!!!
thank you very much!
Greetings
Torsten
No problem :)