Hi Everyone,
My blog contains videos, podcasts and articles, so I’d like to change the button that goes with the excerpt to say “See More” instead of the default “Read More.” What is the correct Quick CSS?
Thanks!
Hey macjeffff,
Thank you for your patience, please try this css and try to adjust the first font size to suit.
/* change read more button */
a.more-link:before{
content: "See More" !important;
font-size: 16px !important;
}
a.more-link {
font-size: 0 !important;
}
After applying the css, please clear your browser cache and check.
If this doesn’t help please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Thanks, Mike. That worked perfectly.
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike