How Add Any Blogger Widget Without Any Title To it



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.


<b:widget id='HTML3' locked='false' title='Our Partners' type='HTML'/>


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 ]]></b:skin> 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 :)

16 comments:

khaled said...

Hello my brother. How is it going..

But there is another way and very easy


Only in the place of the empty title Place the following code :

http://img204.imageshack.us/img204/831/24062010235250.png


and accept me to participate...Thank you

Regards

Anshul said...

@khaled ya i agree your trick will work and will not show title.But now see in my blog i have given property of border-bottom to my sidebar header.If i use your trick title will hide but still that bottom border will be there,again problem.So its not complete solution.My trick will solve complete problem for every template design.Hope you got it..

Meri Pellens said...

Parece que o Blogger retirou essa obrigatoriedade de título hoje! Eu também havia feito um post com um jeito bem simples para solucionar o problema. Basta inserir <h4></h4> no local do titulo do gadget.
Beijos na alma, amigo!

Anshul said...

@meri just chek the above two comments and see my reply to it you will come to know the problem in the way u doing :)

ireng_ajah said...

The problem is if Title Widget have property like image background and it part of sidebar or other section

Rejoy K P (റിജോയ് പൂമല) said...

yes, it is working!! thanks for sharing this tip for us...

Anshul said...

@ireng in that case u can use way above told in comments.Like just Put widgets title as <h3></h3>

Soufiane said...

Just for the information, Blogger have revolved this bug and yeah it's better to use a blank heading tags °__°

BTW What do u think of the Blogger stats ???

Mayumi said...

blogger allow again to post widgets/gadgets without any titles, try it

Anshul said...

@soufiane heading tag is not complete solution as i told before also and ya bug now fixed so no problem.And ya stats seems to be great i checked.i am sure slowly they will make it more useful.

@mayumi ya now its working :)

Singh said...

Very good, I thought it was just me who was facing the issue. Thanks for this tip.

Blogger Tips And Tricks|Latest Tips For Bloggers said...

Hi,Anshul

This problem is solved.Now again you can save blogger widgets without a title.

Lasatna Bandara
(http://www.bloggertipandtrick.net/)

Noushad Vadakkel said...

it is very easy paste this to title field of your widget .

Vikash said...

Thanks a lot mate. I was looking for a solution to this problem for a long long time :)

Mr.Hackublog said...

Hi,Anshul

A simple way do not need CSS , just put this code

<h2/>

to title any gadget you want.

Sheer!

CartooN said...

woooooooooow its really very esy and nice way
thank you so much my friends

Post a Comment