How do you change the color of hyperlinks?

I’ve scoured this forum and all the documentation I can find online about Discourse, but I can’t seem to find anything that tells me how to change the Markdown default color and font of hyperlink text in posts. I have a post here that refers new users to the New User’s Guide but there’s no change in the font to indicate that it’s a hyperlink, and I can’t figure out how to change that.

2 Likes

You can, for example, add

.cooked a {
  color: pink;
}

to the active theme so all links inside posts to the pink color.

To edit themes, go to Admin > Customize > Themes > select the current one in the left > click on Edit CSS/HTML on the right.

13 Likes

is it possible if there is no Edit CSS button? can I edit the source in a new branch and install that branch?

EDIT: I see now you can do this by adding a new component and editing the relevant css classes there

2 Likes