Hi… would you have a css snippet to change the color of hyperlinks? Thank you!
Hi,
You can use this CSS sample snippet:
a {
color: purple;
}
Please note that it can require further customization.
Legend. Thank you!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.