twitter
    Find out what I'm doing, Follow Me :)

Removing \ Editing Search bar

For every Blogger template , there is a Search Bar. Some times this search bar will be useful , some times not. And this search bar will be a hell if you are a Adsense user becouse you can't use your Adsense search bar.

This is what on one of my other blog's template.It seems beautiful but i want to delete it.




To Edit or Remove this we have to find it's codes.

1. Edit your template ( How to edit your template )
2. Press 'Ctrl' key and 'F' and search under 'Search'.


Now you will find out the codes


click next until you find a code similar to

<form action='/search' id='searchform' method='get'>

Just under it you may find a code similar to

type='text' value=' ' , Type any thing inside '' if you want to see a text inside the search box
type='submit' value='Search' Type an thing instead of 'Search' if you want to change the caption of the search button.


Now follow the Safety Saving Steps.

And



Removing the Search Box


Find and delete the codes
<form action='/search' id='searchform' method='get'> to </form>
( these 2 code lines and few other lines between these two lines , there may be 4 -5 lines to delete )

you may delete some similar codes to these

<form action='/search' id='searchform' method='get'>
<input class='txtField' id='s' name='q' type='text' value=' '/>
<input class='btnSearch' id='sbutt' type='submit' value='Search'/>
</form>


Now follow the Safety Saving Steps.

And



Advanced Editing

If you search on your template's codes more you will find out another search box codes above the following. There may be short codes lines as font-size , color and so on. You can change them too.


0 comments:

Post a Comment