Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

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 odpoveď
  • 4 majú tento problém
  • 6 zobrazení
  • Posledná odpoveď od 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.

Všetky odpovede (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; }