Hi,
Can you please tell me how to style the “read more” link on my blog/posts page?
The URL is: www.callumbirch.com/blog
Specifically, I’d like to make the font size smaller.
Thanks!
Callum.
Hi,
Can you please tell me how to style the “read more” link on my blog/posts page?
The URL is: www.callumbirch.com/blog
Specifically, I’d like to make the font size smaller.
Thanks!
Callum.
Hello Callum,
Thanks for writing in!
To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.blog a.more-link,
.archive a.more-link {
font-size: 0.9em;
color: red;
}
Feel free to change the font size or color of the read more link.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.