Site logo

Archived topic

Custom Read more Button

3 replies · Started by Dev on May 4, 2019

Viewing posts 1–4 of 4

Hi there,

Try this CSS:

.read-more.button {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 100px;
}

Let me know :)

Hello,

Please check the below screenshot link, I need bit modification in it, details are there in screenshot link.

https://prnt.sc/nkdm40

Try this:

.read-more.button {
    border-width: 1.5px;
    border-style: solid;
    border-color: inherit;
    border-radius: 100px;
    border-color: rgba(your value here);
}
This archived topic is closed to new replies.