URL hyperlink color is black...

Before completing an upgrade from 11.x to 12.x the text that had embedded hyperlinks would appear as a different color than regular text (black). Since the upgrade only some of the time the hyperlinks change to a different color, if at all. It's not consistent, so I can't determine if it's something I'm doing or if there's coding that changed during the upgrade that was missed when running test scripts. 

Has anyone else experienced this or knows where I can find the coding to check it? 

  • You can try this if you're using Chrome:

    1. Right-click on the incorrectly-colored text
    2. click "inspect"
    3. Locate the correct element (likely the "<a href..." line closest to your click)
    4. You can see the different elements and LESS/CSS that is changing the color (see the 3 arrows on my screenshot)
    5. You can narrow down and find the file (green highlight)

    That might help track down the difference, and you can possibly check the files between Prod and Dev. I hope this helps!