Archived topic
Change READ MORE button size
3 replies · Started by Denis on April 16, 2018
Viewing posts 1–4 of 4
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
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.
Thanks!
No problem!
This archived topic is closed to new replies.