Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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.

Search Support

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.

Learn More

How do I get Firefox NOT to use default link color and read the CSS?

  • 2 respostas
  • 11 have this problem
  • 2 views
  • Last reply by cor-el

more options

I posting and testing sites using CSS externally linked. Every time I look at my sites in Firefox, the default link color shows, (active, hover, visited, etc) and everything is outlined in this color. Safari does not do this - WHAT I HAVE DONE TO FIX IT: • I have emptied the cache and reloaded • embedded a style on every page (as well as in the external CSS) a:link a:visited a:hover a:active { text-decoration: none; color: none; } No luck!!

I posting and testing sites using CSS externally linked. Every time I look at my sites in Firefox, the default link color shows, (active, hover, visited, etc) and everything is outlined in this color. Safari does not do this - WHAT I HAVE DONE TO FIX IT: • I have emptied the cache and reloaded • embedded a style on every page (as well as in the external CSS) a:link a:visited a:hover a:active { text-decoration: none; color: none; } No luck!!

All Replies (2)

more options
a:link a:visited a:hover a:active { text-decoration: none; color: none; }

I just tried that and got this in the error console Warning: Expected colour but found 'none'. Error in parsing value for 'color'. Declaration dropped.

more options

Do you see any errors in the Tools > Error Console about that CSS file?

Do you see the links in the history once visited ?

Are you running Firefox in Private Browsing - Use Firefox without saving history mode ?