Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

How do I remove the "Subscribe Now" button and heading when an RSS feed is displayed?

  • 7 antwurd
  • 1 hat dit probleem
  • 34 werjeftes
  • Lêste antwurd fan cor-el

more options

How do I remove the "Subscribe Now" button and heading when an RSS feed is displayed?

It's a yellow colored box that displays at the top of the page. It has options for subscribing to the displayed RSS feed.

How do I remove this whole box from being displayed?

Thank You, ~Donavon

How do I remove the "Subscribe Now" button and heading when an RSS feed is displayed? It's a yellow colored box that displays at the top of the page. It has options for subscribing to the displayed RSS feed. How do I remove this whole box from being displayed? Thank You, ~Donavon

Keazen oplossing

Make sure that the userContent.css file is a CSS file (Cascading Stylesheet) and doesn't have a hidden .txt file extension.

You can use this button to go to the Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder
Dit antwurd yn kontekst lêze 👍 0

Alle antwurden (7)

more options

Did you install any add-on? If you did, try to uninstall it by pressing Ctrl+Shift+A, find the add-on you installed under tab Extensions then choose Remove.

more options

Thank You for the response.

I do not have any add on's related to Bookmarks or RSS..

From my understanding "Live Bookmarks" is part of Firefox and is NOT a add-on.

I attached a picture of the part I don't want to show.

more options

Add code to the userContent.css file.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.

#feedHandler #feedHeaderContainer { display:none!important; }
more options

I created a file called: Users/All Users/Mozilla/userContent.css

Added the contents:

  #feedHandler #feedHeaderContainer { display:none!important; }

Restarted FireFox and the header still comes up. Is there a step that I missed?

Thanks, ~Donavon

Bewurke troch djlerman op

more options

Keazen oplossing

Make sure that the userContent.css file is a CSS file (Cascading Stylesheet) and doesn't have a hidden .txt file extension.

You can use this button to go to the Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder
more options

OMG. How do you know so much??

This worked.

So an outline of what I did for anybody else that may need This:

  • Find current profile directory: Help > Troubleshooting Information > Profile Directory: Show Folder
  • Create "chrome" directory if it doesn't exist
  • In "chrome" directory create or edit "userContent.css" file and add this line: #feedHandler #feedHeaderContainer { display:none!important; }

Thank You!! ~Donavon

more options

You're welcome

Always make sure that you select "All files" and not "Text files" when saving a file in a program like Notepad.
If text files is selected then the program adds a .txt file extension that you may not notice because MS has decided to hide a few file extensions including .txt.