Archived topic
Read more box border
5 replies · Started by Aref on December 6, 2019
Viewing posts 1–6 of 6
Hi Team,
Is there any way to set a border to the Read more button? if so, can it be rounded and colored?
Hi there,
Try this CSS:
.read-more-container a.read-more.button {
border: 1px solid #000;
border-radius: 5px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Perfect, worked. How can I add a customized color to the border?
Change the #000 part of the code above to whatever color you want.
Awesome, thank you.
No problem :)
This archived topic is closed to new replies.