How can I prevent followed hyperlinks from changing color?

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.

2

2 Answers

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

1

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.
1

You Might Also Like