Hello! I am 99.9% finished working with my theme’s code and very happy with how the site looks. However, I noticed today that my in-article links are not a different color from the rest of the article’s text, which makes them look like just regular text. Could you point me in the right direction for changing the link color in Source? Thank you!
I think Source uses your brand color for links, so if your brand color is black, that is probably why. But you can set the link color to be different from code injection. This should do the trick:
<style>.gh-content a { color: #0000ff; }</style>
2 Likes
Looks great! Any chance you can tell me how I can limit the length of the {{content}} to 300 words or so with a “Read More” link after? I want to be able to fit more than the excerpt on the front page, but don’t want huge long articles to take over the page.
Actually… the links are working on mobile and in the editor but not on desktop. Any clues about that?