Bloggers hangout presents a simple blogger trick for "How To Hide Widget Title In Blogger". It makes blogs look professional.
Step 1: Sign into your blogger account.
Step 2: Choose the blog from your dashboard and then select design.
Step 3: You will be navigated to page elements page and add a gadget to your blog. Add a
widget with title as Advertisements and then select design.
Step 4: Now select edit html and then check expand widget template which is present on right
side corner.
Step 5: If you are using mozilla firefox then press Ctrl +F and search for widget title as
Advertisements.
(or)
If you are using google chrome then press F3 function key and search for widget title as
advertisements.
Step 6: Check for the line below in your code
<b:widget id='HTML2' locked='false' title='Advertisements' type='HTML'/>
Step 7: Get the id of widget that is written in blue in the above code. In the above example it is HTML2.
Step 8: Now add below Css definition above this tag ]]></b:skin> in your template.
#HTML2 h2{
display: none;
}
Step 9: Preview the blog and save the template.
We successfully completed the blogger trick.
If you have any doubt about this blogger trick don't hesitate to comment.
Step 1: Sign into your blogger account.
Step 2: Choose the blog from your dashboard and then select design.
Step 3: You will be navigated to page elements page and add a gadget to your blog. Add a
widget with title as Advertisements and then select design.
Step 4: Now select edit html and then check expand widget template which is present on right
side corner.
Step 5: If you are using mozilla firefox then press Ctrl +F and search for widget title as
Advertisements.
(or)
If you are using google chrome then press F3 function key and search for widget title as
advertisements.
Step 6: Check for the line below in your code
<b:widget id='HTML2' locked='false' title='Advertisements' type='HTML'/>
Step 7: Get the id of widget that is written in blue in the above code. In the above example it is HTML2.
Step 8: Now add below Css definition above this tag ]]></b:skin> in your template.
#HTML2 h2{
display: none;
}
Step 9: Preview the blog and save the template.
We successfully completed the blogger trick.
If you have any doubt about this blogger trick don't hesitate to comment.
沒有留言:
張貼留言