This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Etsi tuesta

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Lue lisää

How can I make FF use custom visited/unvisited link colors but allow the website to choose the other text and background colors?

  • 1 vastaus
  • 1 henkilöllä on sama ongelma
  • 1 näyttö
  • Viimeisin kirjoittaja cor-el

more options

websites often choose colors that I have trouble distinguishing between but overriding the other colors can cause color defects on certain websites.

websites often choose colors that I have trouble distinguishing between but overriding the other colors can cause color defects on certain websites.

Kaikki vastaukset (1)

more options

Add code like this to userContent.css in the chrome folder.
There can however still be problems with clickable elements that use background images. Remove that link from the history to restore that background image.

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.


a:visited, a:visited * {
 color:#CC33CC!important;
 background-color:#F8F8F8;
}