[Resolved] Change READ MORE button size

Home Forums Support [Resolved] Change READ MORE button size

Home Forums Support Change READ MORE button size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #551472
    Denis

    This button has a large height. I found a way to change the font size, but I could not change the size of the button itself. How can I do it?

    Thanks

    #551765
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .read-more.button {
        padding: 5px 10px;
    }

    The first number changes the top and bottom padding and the second number changes the left and right.

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #551788
    Denis

    Thanks!

    #551907
    Leo
    Staff
    Customer Support

    No problem!

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