How to stop firefox from showing quick links like new features addons etc below the search bar in the home page on initially starting firefox
How to stop firefox from showing quick links like new features addons etc below the search bar in the home page on initially starting firefox
Chosen solution
This will need less technical experience with Firefox and computers than what cor-el posted.
Install the Stylish extension. https://addons.mozilla.org/en-US/firefox/addon/stylish/
Then install this User Style which will hide the area (known internally as "snippets") which is below the search container on the default homepage. https://userstyles.org/styles/104618/about-home-hide-snippets
Read this answer in context 👍 0All Replies (4)
Add code to the userContent.css file.
@-moz-document url(about:home){ #topSection + spacer, #launcher { display: none !important; } }
The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the 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 TextEdit 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
You can use this button to go to the current Firefox profile folder:
- Help -> Troubleshooting Information -> Profile Directory:
Windows: Show Folder; Linux: Open Directory; Mac: Show in Finder - http://kb.mozillazine.org/Profile_folder_-_Firefox
I am not able to login to the site please help plus I am not able to understand your steps do I have to do any changes in the folder under the application support folder in my mac or on the web please provide me with a detailed support
Chosen Solution
This will need less technical experience with Firefox and computers than what cor-el posted.
Install the Stylish extension. https://addons.mozilla.org/en-US/firefox/addon/stylish/
Then install this User Style which will hide the area (known internally as "snippets") which is below the search container on the default homepage. https://userstyles.org/styles/104618/about-home-hide-snippets
Thnx bro it helped a lot!!!!!!!!!