blog continue reading link
- The topic ‘blog continue reading link’ is closed to new replies.
Need help? Check out our Support site, then
good morning,
the continue reading link on my blog page has a blue square covering the writing.
How do I fix this?
The blog I need help with is: (visible only to logged in users)
the blog I need help with is http://janetgreene-lifecoach.com/
Hello,
Please use the following CSS Code Snippet,
/* More Link Style */
.entry-content .more-link,
.entry-content .more-link:visited {
color: #fff;
}
.entry-content .more-link:hover,
.entry-content .more-link:focus,
.entry-content .more-link:active {
color: #fff;
}
Thanks
thank you!