"Continue Reading text
- The topic ‘"Continue Reading text’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
On the post where I click on “insert read more tag” it just put in the text continue reading which is not very clear – is there a button with this template, or what can I do to make this look more prominent to a reader?
Thanks, Gail
The blog I need help with is: (visible only to logged in users)
Hi Gail,
You can modify it according to your need. Use the following CSS Code Snippet,
/* More Link */
.more-link,
.more-link:visited {
background: #2f95f5;
color: #fff;
display: inline-block;
padding: 10px 18px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.more-link:hover,
.more-link:focus,
.more-link:active {
background: #2f95f5;
color: #fff;
}
Thanks
This is fantastic !!
Many thanks,
Gail