Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

I am unable to change link colors without seriously affecting the background colors of sites

  • 4 përgjigje
  • 1 e ka hasur këtë problem
  • 4 parje
  • Përgjigjja më e re nga cor-el

more options

for example, when i go to youtube, the youtube logo and that grey bar on the left is gone and replaced with whatever color is in the 'background' color box [in the options menu]. is there any way to choose a different color for links without changing a websites background colors? i'm sure that i solved this before, without downloading anything or using code [i'm super dumb with that]

for example, when i go to youtube, the youtube logo and that grey bar on the left is gone and replaced with whatever color is in the 'background' color box [in the options menu]. is there any way to choose a different color for links without changing a websites background colors? i'm sure that i solved this before, without downloading anything or using code [i'm super dumb with that]

Krejt Përgjigjet (4)

more options

Is that for all links or for visited links only?

more options

well i would like to change both actually if there is a way

more options

and thank you by that way i couldnt fiond that :)

more options

You can override the link colors with CSS rules in the userContent.css file in the chrome folder in the Firefox Profile Folder via the a:link and a:visited selectors.


a:link { color: blue !important; }
a:visited { color: purple !important; }