Prikaz označenih pitanja:

Why doesn't my theme stay on all my tabs when opened, they used to!

It used to be when I would choose a theme that when a new tab or window opened that the theme was there. It hasn't been doing even with themes that I have used previously… (pročitajte više)

It used to be when I would choose a theme that when a new tab or window opened that the theme was there. It hasn't been doing even with themes that I have used previously.

What is causing this?

Looking forward to your response. Thank you in advance, May Hughart

Open 74

Themes for 5120x1440 Resolution

Hello! Have a quick question concerning Firefox Themes. I have a rather large monitor (5120x1440). When I download a theme, the left quarter of the theme is a solid col… (pročitajte više)

Hello! Have a quick question concerning Firefox Themes. I have a rather large monitor (5120x1440). When I download a theme, the left quarter of the theme is a solid color (not theme related), see attached screenshot. Is this because the theme was made for small resolution? Can I increase the resolution on the downloaded theme? Thanks! Grateful Firefox user - Jeff

Open 54

Themes remaining disabled after updating despite trying the advice given on the community forum.

Hi! I updated my browser and ever since then I can't re-enable any of my themes. Even when they say "Enabled", nothing happens. The only ones that work are the light and… (pročitajte više)

Hi! I updated my browser and ever since then I can't re-enable any of my themes. Even when they say "Enabled", nothing happens. The only ones that work are the light and dark theme as well as another one of the Firefox themes. I tried going on the users' pages and downloading them again, and also tried downloading new ones. Neither of these things worked. I am basically just asking how to re-enable my themes and extensions so that I can customize my browser. Thank you! :)

Open 12

Add-ons Manager keep sorting Themes after chenge choice

Hello! SECERITY: LOW, COSMETIC DESCR.: I love how many yhere are beautiful themes for ff. I Like to install any the I think is beautiful and keep enjoing all of them by s… (pročitajte više)

Hello!

SECERITY: LOW, COSMETIC DESCR.: I love how many yhere are beautiful themes for ff. I Like to install any the I think is beautiful and keep enjoing all of them by switching them to see it on FF itself. Now - not aftyer every change of active theme, but after a few/scrooling the order of the Themes on list is re-sorted. It is a little trouble for me as I like to chnge/watch them afew times a day (like person who like to watch theirs clothes, how their look in that clothes, so they keep changing them and see how they look in the mirror). So Id like the list of themes to be fixed, so I can go throuh the whole list and make sure I didn't missed any of my installed themes. OK, I hope I manage to explain it. I'm 40+ yo soft dev. so you can ask me technicall questions. And also: a setting among about:config to change this list behavior whould be absolutely enough solution for me.

Best regards, Michał Dąbrowski

Open 1 119

Theme Extension

Any theme extension I install wont stay enabled, literally as soon as i click anything it disapears but says its still enabled.

Arhivirano 1 129

stupid mistakes

you are repeating old mistakes. You have become worse than Microsoft. Firefox is not remembering open tabs again. I have supported your Firefox until now but enough is en… (pročitajte više)

you are repeating old mistakes. You have become worse than Microsoft. Firefox is not remembering open tabs again. I have supported your Firefox until now but enough is enough.

Arhivirano 1 94

How to remove Firefox Color theme?

I set a theme with https://addons.mozilla.org/en-US/fire.../firefox-color/(Firefox Color), I tried changing the theme in settings to light or dark but neither work. I'm w… (pročitajte više)

I set a theme with https://addons.mozilla.org/en-US/fire.../firefox-color/(Firefox Color), I tried changing the theme in settings to light or dark but neither work. I'm wondering if there are other ways to do so in Firefox that I could try. I'm on zen browser which is why it may not have worked.

Arhivirano 1 133

add ons and safety

Hi, I rebooted Firefox today because a website was frozen, and when it came back, it was asking for a troubleshoot or just continue, and I don't know exactly what that me… (pročitajte više)

Hi, I rebooted Firefox today because a website was frozen, and when it came back, it was asking for a troubleshoot or just continue, and I don't know exactly what that meant, but when I clicked on refresh, everything was changed, including the theme. And then when I tried to restore the theme back to the original it said, add-ons are disabled by safety, and I don't know what that means, and it's not explaining how to undo it. And now everything looks different and I'm not happy with it, and it's not really letting me add any other themes, and if I add them, they don't seem to fully load, the page still looks all white

Arhivirano 1 215

How can I keep individiual themes on my laptops which are synced?

I have three laptops which are synced. One function I do not want to sync is my individual selection of themes. Every time I change the theme on one, the other two go b… (pročitajte više)

I have three laptops which are synced. One function I do not want to sync is my individual selection of themes. Every time I change the theme on one, the other two go blank. In my sync settings I sync Settings and Add-ons. Do I need to disable one of these to correct the ongoing problem?

Open 1 89

can't access installed themes

i am unable to see my installed themes and therefore can not use them. the only thing that i can see is "extensions" and "plugins". i looked online for a few hours and ha… (pročitajte više)

i am unable to see my installed themes and therefore can not use them. the only thing that i can see is "extensions" and "plugins". i looked online for a few hours and have found no solutions that work.

Riješeno 1 100

latest firefox installation no themes displayed

As above themes not working on latest version of firefox difficulty reading menu & tabs bar as light blue needs to be dark coloured Also have difficulty reading your … (pročitajte više)

As above themes not working on latest version of firefox difficulty reading menu & tabs bar as light blue needs to be dark coloured

Also have difficulty reading your website because of white background will not work on dark mode retinopathy burn

Open 1 246

Extentions

I installed an extension and I would like to go back to the default Theme that I have had since I started using Firefox. How do I return to the normal theme?

Arhivirano 1 205

Animated themes ramp up the ram usage if I minimize firefox.

I have installed an animated theme for my home page a while back, but recently if I minimize firefox the memory usage increases until it freezes my pc completely. I know … (pročitajte više)

I have installed an animated theme for my home page a while back, but recently if I minimize firefox the memory usage increases until it freezes my pc completely. I know this issue has been reported as Bug 1828587 2 years ago and it is said that it is fixed, but here I am experiencing the same thing. I would appreciate any help since I am not that good at coding a css file. Here is my userContent.css code if maybe i set something up wrong:

@-moz-document url("about:newtab"), url("about:home"), url(about:privatebrowsing) {

   /* Sets background image and autoscale image to browser window. */
   body {
       background-image: url("wallpapers/wallpaper.avif") !important;
       background-size: cover !important;
       background-repeat: no-repeat !important;
       background-attachment: fixed !important;
       background-position-x: center !important;
       background-position-y: bottom !important;
   }
   @-moz-document url("about:newtab"), url("about:home") {
       .top-site-outer .title {
           color: white !important;
       }
       .logo-and-wordmark .wordmark {
           fill: white !important;
           color: #00aaff !important; /* fallback for text */
       }
       .context-menu-button.icon {
           fill: white !important; /* for SVG-based icons */
           color: white !important; /* for any text-based fallback */
           opacity: 1 !important; /* ensure visible even when normally dimmed */
       }
   }

The second part is to make some of the text on my homepage white so it is visible.

Riješeno 1 222

Theme turns off when I log in on school computer

I have a custom theme enabled on my browser. Every time I log into Firefox on a shared university computer my theme is turned off for that desktop aswell as my personal l… (pročitajte više)

I have a custom theme enabled on my browser. Every time I log into Firefox on a shared university computer my theme is turned off for that desktop aswell as my personal laptop. I have to manually enable it on my personal devises again each time after using school computers. Is there a way to prevent this?

Open 1 99

Firefox won’t let me disable system theme syncing — ignores user.js and keeps resetting config (also: "System theme - auto")

I’m at my wits’ end with this. Firefox keeps forcing a system-synced theme at launch, and it flat-out refuses to respect the settings I’ve configured — both in about:conf… (pročitajte više)

I’m at my wits’ end with this. Firefox keeps forcing a system-synced theme at launch, and it flat-out refuses to respect the settings I’ve configured — both in about:config and via a custom user.js file.

Here’s what I’ve tried:

• Set layout.css.prefers-color-scheme.content-override to 0 in about:config → it reverts back to 2 after every restart.

• Created a user.js with user_pref("layout.css.prefers-color-scheme.content-override", 0); → completely ignored.

• Disabled all sync options, including themes.

• Verified that no active studies are interfering.

• Double-checked that I’m not syncing across devices.

• Tried applying a specific theme and setting it manually — still overridden at launch.

No matter what I do, Firefox insists on syncing the theme to the system’s dark/light setting. I want my browser theme independent from the OS — period.

Is there a deeper setting I’m missing? A hidden override? Some service that’s reapplying the system setting post-launch? This feels like Firefox is actively fighting me — and it's infuriating.

Would appreciate any insight or workaround. I just want full manual control over my theme. Why is that so hard?

Arhivirano 1 159