Is there a way to change the hyperlink text color? If there is, how?
of course using css…
Just in case someone else who starting out like me need the above question answer, use the name of class and a then choose the color name.
etc
code in program
p class = “link1”>https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</p
code in css
.link1 a {
color: black;
}
i know but thank you for replying