Skip to main content

I experimented a bit and couldn’t figure it out. 

Hi Danny,

You can find the color of URLs or Hyperlinks under the COLORS menu as an admin

Alternatively you can also use custom CSS to change the color of hyperlinks

 

a {
  color: hotpink;
}

 

I would not advise to use this without knowing hot to properly target areas as it will affect multiple areas of the platform


Reply