How do you change the color of hyperlinks?

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