Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Change hyperlink default colour

  • 8 respostas
  • 0 tem este problema
  • 97 visualizações
  • Última resposta de Toad-Hall

more options

Hi,

I have just started using Thunderbird and I'm trying to change the default colour for a hyperlink.

I have tried about:config -> browser.anchor_color and browser.active_color but neither has worked.

I also tried using a user.js file but that didn't work either.

I would have thought this would be a fairly basic thing but it seems to be impossible.

Hi, I have just started using Thunderbird and I'm trying to change the default colour for a hyperlink. I have tried about:config -> browser.anchor_color and browser.active_color but neither has worked. I also tried using a user.js file but that didn't work either. I would have thought this would be a fairly basic thing but it seems to be impossible.

Solução escolhida

Hi sfhowes,

That worked perfectly, thank you for your help.

Ler esta resposta 👍 0

Todas as respostas (8)

more options

Did you try Settings/General/Lang. & Appearance/Fonts & Colours, Colours..., Link Colours?

Útil?

more options

Hi, thanks for the reply,

I have found Settings -> General -> Language & Appearance and I have unchecked "Always underline links" and changed the font size and colour but none of this has made a difference

I can't find Fonts & Colour -> Colours -> Link Colours

Thanks

Útil?

more options

You appear to be using TB 139, which lacks the Colours setting in TB 128 (see picture). But you should be able to set the colour of visited links with browser.visited_color or browser.visited_color.dark in Config. editor. For unvisited links, try reader.custom_colors.unvisited-links.

Oddly, the latest Firefox 139 retains the Colours menu.

Alterado por sfhowes em

Útil?

more options

Hi,

Thanks for the information.

Yes I'm seeing the options shown in your screenshot.

I have tried changing the colour using the following settings in the config editor but nothing has worked so far. browser.active_color browser.active_color.dark browser.anchor_color browser.anchor_color.dark browser.visited_color browser.visited_color.dark editor.link_color

I'm really struggling to understand why this is such an issue, I would have thought it was a fairly basic function.

Útil?

more options

I don't know why setting the preferences doesn't work, but there is another method using css:

a:visited {
color: red !important;
}

a:link {
color: green !important;
}


Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userContent.css, Save as type: All files *.*, copy in the above code, change the colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

See picture. This works in TB 128 and 139. Some html messages might contain styles that override the css.

Útil?

more options

Solução escolhida

Hi sfhowes,

That worked perfectly, thank you for your help.

Útil?

more options

This response is not helpful if one doesn't know CSS. Also, I know that it can be done through a simple TB function because I have actually seen it done before -- just don't remember the steps.

Útil?

more options

Pashta MaryMoon said

This response is not helpful if one doesn't know CSS. Also, I know that it can be done through a simple TB function because I have actually seen it done before -- just don't remember the steps.

You do not need to know any css because the html css has already been posted - you just need to know how to copy and paste it. If you want a more detailed step by step process then ask, but it's a lot easier than maybe it first appears. You just need to be able to follow instructions, create folders and copy and paste text .

Recent changes may effect what you have access to alter via Settings. All sorts of alterations are expected to be forthcoming so watch out for discovering things have been moved, new things added and some old ones removed.

The 128* series: Settings > General > Language & Appearance section offered various choices which are no longer available in 141*

I'm using beta 142.0b2 and the 'Links' underline settings is: Settings > General Scroll down to 'Reading & Display' There is a checkbox for 'Always underline links' which you select to enable or uncheck to disable.

Settings > Appearance (new) Now offers 'Window Layout' with a load of new options.

Útil?

Faça uma pergunta

É necessário entrar na sua conta para responder a publicações. Faça uma nova pergunta, se ainda não tiver uma conta.