Archived topic
Styling of "Read more"-Link
1 reply · Started by Kim on August 23, 2019
Hi there, I would like to move the "Read more"-Link under the excerpt text with a little margin to the text and make it a little bit bigger. Can you provide me some CSS to achieve this?
Many thanks!
Hi there,
Have you tried the Display read more as button option?
https://docs.generatepress.com/article/blog-content-layout/#archives
If you prefer the just the text, try this CSS:
.entry-summary a.read-more {
display: block;
font-size: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)