BlogTariff


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.

How to Remove Sidebar Widget Title/Heading?

Sign into your blogger account
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

Example for Facebook Like page Widget

Now search for code
<b:widget id='HTML1' locked='false' title='Find us on Facebook' type='HTML'>
<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>
After successful finding the code remove the highlighted code in Redcolor.

Example for Blog Archive Widget

Now search for code
<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
<b:includable id='main'>
  <b:if cond='data:title'>
    <h2><data:title/></h2>
  </b:if>

  <div class='widget-content'>
  <div id='ArchiveList'>
After successful finding the code remove the highlighted code in Redcolor.

Example for Blog Labels Widget

Now search for code
<b:widget id='Label1' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
  <b:if cond='data:title'>
    <h2><data:title/></h2>
  </b:if>
  <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
After successful finding the code remove the highlighted code in Redcolor.
After successful removing highlighted part code, “Save the Template” to view your experiment.

Post a Comment Gmail ID

Do not Try to Add Spam Comments

 
Top