How to remove breaking news bar on blogger
The pesky breaking news bar!
Removing the breaking news bar on Blogger can be a bit tricky, but don't worry, I've got you covered. Here are a few methods to help you get rid of it:
Method 1: Using the Blogger Template Editor
- Log in to your Blogger account and go to your blog's dashboard.
- Click on the "Template" button.
- Click on the "Edit HTML" button.
- In the Template Editor, press
Ctrl + F
(Windows) orCmd + F
(Mac) to open the search bar. - Type
breaking news
in the search bar and press Enter. - You should see a few occurrences of the code. Look for the one that starts with
<div id='breaking-news'>
and delete it. - Save your changes by clicking on the "Save" button.
Method 2: Using the Blogger Layout Editor
- Log in to your Blogger account and go to your blog's dashboard.
- Click on the "Layout" button.
- Click on the "Add a gadget" button.
- Select "HTML/Javascript" from the list of gadgets.
- In the "Content" field, paste the following code:
<style>#breaking-news { display: none; }</style>
- Save your changes by clicking on the "Save" button.
Method 3: Using a Custom CSS
- Log in to your Blogger account and go to your blog's dashboard.
- Click on the "Template" button.
- Click on the "Customize" button.
- In the "Advanced" section, click on "Add CSS".
- In the "Add CSS" field, paste the following code:
.breaking-news { display: none; }
- Save your changes by clicking on the "Apply to blog" button.
Method 4: Using a Third-Party Plugin
If you're using a third-party plugin like "Blogger Template Designer" or "Blogger Customizer", you can try using their built-in features to remove the breaking news bar.
Remember to always backup your template before making any changes, just in case something goes wrong.