Archived topic
Read More Button
3 replies · Started by Jatin on October 1, 2020
Viewing posts 1–4 of 4
Hi Guys,
I have customized the Read More button according to the https://www.wplogout.com/customize-read-more-button-in-generatepress-theme/ site and it looks good but is there any way to at the end of the Excerpt with Same look and animation on the Read More. [Screenshot in Private Info Box]. Thanks.
Hi there,
add this CSS:
.entry-summary p {
display: inline;
}
Then in your a.read-more.button CSS change:
padding: 10px; to padding: 0 10px;
Perfect thanks David.
You're welcome
This archived topic is closed to new replies.