ఈ థ్రెడ్ ఆర్కైవ్ చేయడం జరిగినది.
మీకు సహాయం అవసరం ఉంటే, దయచేసి ఒక కొత్త ప్రశ్న అడగండి.
ఆర్కైవ్ చేయబడింది
Trying to use userChrome.css to personalise Firefox but no changes are being applied.
I'm trying to make some changes to the Firefox homepage through userChrome.css, but no changes are being applied.
I have set `toolkit.legacyUserProfileCustomizations.stylesheets` to true and my `chrome` folder is saved in the correct filepath: `AppData\Roaming\Mozilla\Firefox\Profiles\94fnqz8w.default-release\chrome`, so I'm not sure what could be causing the issue.
I've changed the code to just include one big change to see if it's working, though nothing seems to have changed:
``` .logo-and-wordmark { min-width: 100px !important; } ```
I'm trying to make some changes to the Firefox homepage through userChrome.css, but no changes are being applied.
I have set `toolkit.legacyUserProfileCustomizations.stylesheets` to true and my `chrome` folder is saved in the correct filepath: `AppData\Roaming\Mozilla\Firefox\Profiles\94fnqz8w.default-release\chrome`, so I'm not sure what could be causing the issue.
I've changed the code to just include one big change to see if it's working, though nothing seems to have changed:
```
.logo-and-wordmark {
min-width: 100px !important;
}
```