How Add Any Blogger Widget Without Any Title To it

Posted Posted by hacking tips in , Comments 0 comments

Nowadays many blogger are facing problem in keeping the title blank of the blogger widgets they adding.Like when we add any blogger widget to blogger blog we need to add title and widget content to it and the widget get added in the sidebar.As if you would have noticed before blogger used to allow, to add content to widget without any title but now when we add content to widget it has become necessary to add title to the widget else it dont get added to blogger layout.Due to this many bloggers are facing problem as there are many widgets that dont need any title to be added.Like you say Linklist widget or any sponsors widget codes, many dont feel need to add title to some widgets.They want to keep it widget title blank without showing any title.

So i will be going to tell you how to make that title disappear from that widget.Below image will make clear what i am trying to hide and what content only want to show.




Just add any blogger widget you want to add in your blogger layout.Keep the title blank and place widget content and try to save it, the widget will show an error and will ask you to give title, means you are forced to give title to widget.
Dont worry just add title to it related to content.Now if you dont want to show that title follow the tutorial.

Suppose i have added the title Our Partners to it.But i dont want to show that title in blog.

Now just go to Blogger Design > Edit Html > Press Ctrl+F
and search for title like i will search for - Our Partners.

Then you will get title in one widget line like below.





Now what you have to do is to get id of widget that is written in red in above code.
In above example it is HTML3.

Now after getting the widget id, find for ]]> tag in your template and place the below code before it and your widget title will get hide for you.






#HTML3 h2 {display:none;}


Just be sure to change the HTML3 with your widget id which you find for your widget.

Just Enjoy this small css hack........which is very useful for many bloggers :)


#HTML3 h2 {display:none;}


Just be sure to change the HTML3 with your widget id which you find for your widget.

Just Enjoy this small css hack........which is very useful for many bloggers :)

blog comments powered by Disqus