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 Mi Piace
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 Mi Piace
è possibile se non c’è un pulsante Modifica CSS? posso modificare il sorgente in un nuovo branch e installare quel branch?
MODIFICA: Ora vedo che puoi farlo aggiungendo un nuovo componente e modificando le classi CSS pertinenti lì
2 Mi Piace
