Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

I am using 6.0.2 with windows 7. Changing the color of visited links also changes the web screen to frames. How do I change only the color of visited links ?

  • 1 risposta
  • 4 hanno questo problema
  • 4 visualizzazioni
  • Ultima risposta di cor-el

more options

Question

How do I change only the color of visited links ?

Changing the color of visited links also changes the web screen to frames. I am using 6.0.2 with windows 7.

Question How do I change only the color of visited links ? Changing the color of visited links also changes the web screen to frames. I am using 6.0.2 with windows 7.

Tutte le risposte (1)

more options

You can do that with code in Stylish or userContent.css

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


a:visited { color: #CC33CC !important; }