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:
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
@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..
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!
@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 :)
The problem is if Title Widget have property like image background and it part of sidebar or other section
yes, it is working!! thanks for sharing this tip for us...
@ireng in that case u can use way above told in comments.Like just Put widgets title as <h3></h3>
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 ???
blogger allow again to post widgets/gadgets without any titles, try it
@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 :)
Very good, I thought it was just me who was facing the issue. Thanks for this tip.
Hi,Anshul
This problem is solved.Now again you can save blogger widgets without a title.
Lasatna Bandara
(http://www.bloggertipandtrick.net/)
it is very easy paste this to title field of your widget .
Thanks a lot mate. I was looking for a solution to this problem for a long long time :)
Hi,Anshul
A simple way do not need CSS , just put this code
<h2/>
to title any gadget you want.
Sheer!
woooooooooow its really very esy and nice way
thank you so much my friends
Post a Comment