Thursday, July 16, 2009

How can I remove search bar on blogger?

search, blogger
How can I remove search bar on blogger?
You need to know how to handle HTML and CSS if you need to do it.





It is not removing but hiding that you can do.





view the source of your blog page in display.


If the class defined for the division holding the navbar is





%26lt;div class='navbar ___





Then locate if either





.navbar





or





div.navbar





is present





otherwise add it in the css code.





add the display:none as the style property for the class..





div.navbar {display:none}





your navbar will be hidden





You got a good notes on blogging using blogger here..





http://www.theedifier.com/blogging-blogg...
Reply:Remove it from template

No comments:

Post a Comment