How can I prevent followed hyperlinks from changing color?

41,920

Solution 1

You need to change the FollowedHyperlink built-in style.

Since you want to preserve your original format and you have multiple formats, setting FollowedHyperlink to a specific color or font won't help. You need to make the built-in style respect the underlying style you applied before clicking the link.

Here's how to do that:

  1. To display the styles window click Alt+Ctrl+Shift+S .
  2. Click Options ... and then under Select styles to show choose All styles.
  3. Scroll down a bit and you'll see the FollowedHyperlink style. Hover above it with your mouse and then click the small arrow that appears next to it.
  4. Click Modify ....
  5. In the Style based on dropdown list choose (underlying properties).
  6. Set the font color to Automatic. The dialog box should look like the screenshot below.
  7. Click OK.

Now, for reasons I haven't figured out yet, this may not work for the first click (it will become black) but if you apply your color again then the next clicks will preserve your style.

enter image description here

Solution 2

You can change this formatting by modifying the defined style for "Followed Hyperlinks".

  1. Click the small arrow button at the bottom right of the styles section of the ribbon (Under the "Change Styles" button) A "Styles" window will appear.
  2. Click the "Options" link at the bottom right of this window
  3. In the "Select Styles to Show" dropdown, choose "All styles" then click OK in the Options dialog
  4. In the list of styles you will now see "Followed Hyperlink". Click the dropdown for this item and choose Modify.
Share:
41,920

Related videos on Youtube

Epii
Author by

Epii

Updated on September 18, 2022

Comments

  • Epii
    Epii over 1 year

    I have several hyperlinks throughout my document, in several different colors. I would like the hyperlinks to remain the same color/style after being followed, and not simply change the style of followed hyperlinks. Is there any way to do so?

    For example: I have two hyperlinks, one in red italics, the other in green bold. I want to be able to click on both of them and still have one in red italics and one in green bold instead of having them both turn purple.

    • Roie R
      Roie R almost 8 years
      There is a style for followed hyperlink, this has been answered here.
    • Atzmon
      Atzmon almost 8 years
      The OP wants to preserve multiple different styles (one link in red italics and one in green bold) and the answer in your link doesn't solve this. See my answer below trying to address this requirement.
  • Atzmon
    Atzmon almost 8 years
    This will set all followed hyperlinks to one specific color or font setting. The OP wants to preserve several different original styles (one link in red italics and one in green bold). See my answer trying to address this requirement.
  • Epii
    Epii almost 8 years
    Thanks! I've tried this already, and (for reasons unbeknownst to me) the text changes black once the link has been followed, but it refuses to let me change the color after that. I just fiddled around with it again and it seemed to work.... sometimes lol. But thank you for your answer, I think this is the route I'll take.