Hi,
On the posts pages, I’d like to change the ‘Read more’ and ‘>’ colors separately.
How can I change just the ‘>’ to green?
How can I change just the ‘Read more’ to a darker blue?
Thank you
Hey FlatText,
Add the following to quick css:
span.more-link-arrow{
color:green!important;
}
a.more-link{
color:blue!important;
}
Of course adjust the colors to exactly what fits your needs.
Best regards,
Jordan Shannon
Thanks, Jordan!
Worked perfectly :)
Hi,
I’m glad I was able to get this fixed for you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon