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

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 reply
  • 4 have this problem
  • 5 views
  • Last reply by 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.

All Replies (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; }