Skip to main content
Solved

What theme color controls the style for hyperlinked text?

  • June 14, 2022
  • 3 replies
  • 70 views

DannyPancratz
Forum|alt.badge.img+9

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

Best answer by matt enbar

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

3 replies

matt enbar
  • Helper ⭐️⭐️⭐️
  • Answer
  • June 16, 2022

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


Laurenseife

Referencing this to try to do the same thing…. but I don’t see “Branded Color” as an option within COLORS. Not sure if this has changed in the last two years, or if its right in front of me. 


Kenneth R
Forum|alt.badge.img+5
  • Expert ⭐️⭐️
  • May 12, 2025

Hi ​@Laurenseife - yes, indeed, some of these menu items have moved around a little. :) You now need to go to Style > Branding > Brand Colors > Primary Color.  :)