搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

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 回覆
  • 4 有這個問題
  • 4 次檢視
  • 最近回覆由 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.

所有回覆 (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; }