[Support request] Styling of "Read more"-Link

Home Forums Support [Support request] Styling of "Read more"-Link

Home Forums Support Styling of "Read more"-Link

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #991702
    Kim

    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!

    #991704
    Leo
    Staff
    Customer Support

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.