Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Can't change visited link colour.

  • 1 답장
  • 1 이 문제를 만남
  • 9 보기
  • 최종 답변자: cor-el

more options

Hi team

I have looked at all the forum posts to date on this topic and they have not resolved my issue. I have a new top-end HP laptop running Windows 10 with the latest Firefox installed. When I visit links in a Google search the links do appear to change color... but to a close shade that is barely discernible from the original unvisited color. I have changed the 'visited' color to red in the Tools>Options>Content>Colors popup but no change occurs. Firefox does keep my page history just fine and I have cleared the cache and also run Firefox in it's Safe Mode. Nothing seems to work for me. The only thing that changed the colour to the red one I picked, was when I selected the 'Always' option, instead of the 'Only With High Contrast Themes'. However this also change most of the other colours on every page I visited to black text on a white background instead of their default colours.

I would greatly appreciate help in resolving this.

Kind regards, David

Hi team I have looked at all the forum posts to date on this topic and they have not resolved my issue. I have a new top-end HP laptop running Windows 10 with the latest Firefox installed. When I visit links in a Google search the links do appear to change color... but to a close shade that is barely discernible from the original unvisited color. I have changed the 'visited' color to red in the Tools>Options>Content>Colors popup but no change occurs. Firefox does keep my page history just fine and I have cleared the cache and also run Firefox in it's Safe Mode. Nothing seems to work for me. The only thing that changed the colour to the red one I picked, was when I selected the 'Always' option, instead of the 'Only With High Contrast Themes'. However this also change most of the other colours on every page I visited to black text on a white background instead of their default colours. I would greatly appreciate help in resolving this. Kind regards, David
첨부된 스크린샷

모든 댓글 (1)

more options

Google is using a visited color (#609) that is hardly distinguishable from the unvisited color (#1a0dab), so you may not notice the visit state.

a:link,.w,#prs a:visited,#prs a:active,.q:active,.q:visited,.kl:active,.tbotu { color:#1a0dab}
.mblink:visited,a:visited {color:#609}

You can add this code to userContent.css: (change the color as you like)


@-moz-document domain(google.com) {a:visited {color:#FF00CC!important;}}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

You can use this button to go to the current Firefox profile folder:

  • Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • Use a plain text editor like Notepad to create a (new) userContent.css file in the chrome folder (file name is case sensitive)
  • Paste the code in the userContent.css file in the editor window
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userContent.css.
    Otherwise Windows may add a hidden .txt file extension and you end up with a not working userContent.css.txt file