By default Blogger templates Widget contains Sidebar Title or Header for Search bar, Popular Post, Facebook Like box, Followers, Google Translate widget, Google plus widget, or Google Adsense Ads or other widgets. All the widgets perform in same style and these widgets can be controlled by using simple bloggertrick presented by Blogtariff.
Webmaster can control particular widget by removing title or heading look. Here, Blogtariff explains you how this method can easily do without any hard work. Let’s begin the Tutorial.
Click on “EDIT HTML” link tab
(Before you do execute this experiment on your template back up first if any thing goes wrong you can reuse it again)
Tick on “Expand Widget Template” box
Below few widget examples given to understand very well
After successful removing highlighted part code, “Save the Template” to view your experiment.
Webmaster can control particular widget by removing title or heading look. Here, Blogtariff explains you how this method can easily do without any hard work. Let’s begin the Tutorial.
How to Remove Sidebar Widget Title/Heading?
Sign into your blogger accountClick on “EDIT HTML” link tab
(Before you do execute this experiment on your template back up first if any thing goes wrong you can reuse it again)
Tick on “Expand Widget Template” box
Below few widget examples given to understand very well
Example for Facebook Like page Widget
Now search for code<b:widget id='HTML1' locked='false' title='Find us on Facebook' type='HTML'>After successful finding the code remove the highlighted code in Redcolor.
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
Example for Blog Archive Widget
Now search for code<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>After successful finding the code remove the highlighted code in Redcolor.
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<div id='ArchiveList'>
Example for Blog Labels Widget
Now search for code<b:widget id='Label1' locked='false' title='Labels' type='Label'>After successful finding the code remove the highlighted code in Redcolor.
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if> <div expr:class='"widget-content " + data:display + "-label-widget-content"'>
After successful removing highlighted part code, “Save the Template” to view your experiment.
Post a Comment Gmail ID Facebook
Do not Try to Add Spam Comments