Monday, December 16, 2013

Widgets

Change Heading (h1, h2, h3) Post Title And Widget

How To Change Heading (h1, h2, h3) Post Title And Widget On Blogspot


Post Title

Usually default template give heading h3 for post title, and h2 for widget. We must change this.
1. Click template. Backup your template.
2. Click edit HTML. Use ctrl+f  to find h3.post
3. This code usually more than 1. Change all to h2.post
4. After that with ctrl+f find all code <h3 class='post
Change all to <h2 class='post
5. Also change end tag </h3> to </h2>
6.Click save template

Change Widget Title To h3

1. Still in edit HTML in template, find all HTML code for widget. For example Blog Archive widget like this code below:
<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>
2. Change blue code above to <h3><data:title/></h3>
3. Click save template when you finished changing all widget code to h3

No comments:

Post a Comment