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 ?
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.
כל התגובות (1)
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.
- ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
- Stylish: https://addons.mozilla.org/firefox/addon/stylish/
a:visited { color: #CC33CC !important; }