remove page header from blogger
In page element section there is a page element named "page header". In the edit section there is not the option to remove this page element, still if you want to remove page header to give your blog a more professional and customized look then follow these simple steps.
go to Edit HTML. Find the section of code< div id="'header-wrapper'">
< b:section class="'header'" id="'header'" maxwidgets="'1'" showaddelement="'no'">
< b:widget id="'Header1'" locked="'true'" title="'The" type="'Header'/">
</b:section>
</div>
and change "locked='true'" to "locked='false'". < div id="'header-wrapper'">
and save changes.
< b:section class="'header'" id="'header'" maxwidgets="'1'" showaddelement="'no'">
< b:widget id="'Header1'" locked="'false'" title="'The" type="'Header'/">
</b:section>
</div>
Now come back to the page element. click edit on the page header and you will find a button
"remove page element". click on the button to remove/disable page header.
Friday, January 11, 2008
Posted by
prash
at
9:12 AM
|
Labels: blogger tricks
Saturday, January 5, 2008
hide/remove blogger navbar
Blogger provides a navigation toolbar (called navbar) at the top of your blog page which spreads across the entire width of your browser.
Why to remove blogger navbar?
1. The color of navbar does not gel with my blog.
2. I want to customize my blog, give it a professional look.
3. The Search Blog Form is not integrated with my Adsense for search account. I want visitors to use my custom Google site search form that is monitized by Google Adsense.
4. The next blog button on the navbar takes your visitor to any other randomly selected blog. That blog may contain some inappropriate or adult matter.
How to remove/ disable blogger navbar? Blogger Template Style Remove the code to show it again.
Follow these simple steps to remove the navbar.
Log in to blogger
- On your Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Under the Edit Template section you will see you blog's HTML.
- paste the CSS definition (in green color)in the top of the template code:
Name: Minima Lefty Stretch
Designer: Douglas Bowman / Darren Delaye
URL: www.stopdesign.com
Date: 14 Jul 2006
----------------------------------------------- */
display: none !important;
}
====================
type="color" default="#fff" value="#ffffff">
Posted by
prash
at
5:10 AM
|
Labels: blogger tricks