Setting Tag H1 Untuk Judul Posting dan Judul Blog

Berikut caranya :
1. Login pada Blogger
2. Masuk ke bagian Rancangan, kemudian ke bagian Edit HTML
    Back up Template dengan cara Mengklik : Download Template Lengkap
    Setelah itu, beri tanda cek pada Expand Widget Templates.

Tag Heading Untuk Judul Blog
- Carilah kode di bawah ini :
<h1 class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</h1>



- Setelah ketemu, ganti dengan kode berikut ini :
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<h1 class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</h1>
<b:else/>
<p class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</p>
</b:if>


- Lalu cari kode di bawah ini :
<h1 class='title'>
<b:include name='title'/>
</h1>

- Setelah ketemu, ganti dengan kode berikut ini
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<h1 class='title'>
<b:include name='title'/>
</h1>
<b:else/>
<p class='title'>
<b:include name='title'/>
</p>
</b:if>


Tag Heading Untuk Judul Postingan
- Carilah kode dibawah ini :
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:gt;
<a expr:href='data:post.link'><data:post.title/></a>
26gt;<data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>

- Setelah ketemu, gantilah semua kode di atas dengan kode dibawah ini:
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:post.title'>
<h2   font-weight:normal;
    }

    .post h1 strong, .post h1 a:hover, .post h2 strong, .post h2 a:hover {
      color:$textcolor;
    }


- Lalu cari kode css judul blog. Cari yang mirip dengan kode di bawah ini :
    #header h1 {
    ............................
    }

- Setelah ketemu, ganti dengan kode di bawah ini :
    #header h1, #header p {
      margin:5px 5px 0;
      pad3B     padding:0 0 4p     line-height:1.2em;
      text-transform:uppercase;
&nb
<b:else/>
<b:if cond='data:post.url'>
<a exor:$titlecolor;
    }

    .post h1 a, .post h1 a:visited, .post h1 strong,  .post h2 a, .post h2 a:visited, .post h2 strong{
      display:block;
      text-decoration:none;
      color:$titlecolor;
      font-weight:normal;
    }

    .post h1 strong, .post h1 a:hover, .post h2 strong, .post h2 a:hover {
      color:$textcolor;
    }


- Lalu cari kode css judul blog. Cari yang mirip dengan kode di bawah ini :
    #header h1 {
    ............................
    }

- Setelah ketemu, ganti dengan kode di bawah ini :
    #header h1, #header p {
      margin:5px 5px 0;
      pad3B     padding:0 0 4px;
      font-size:140%;
      font-weight:normal;
      line-height:1.4em;
      color:$titlecolor;
    }

    .post h1 a, .post h1 a:visited, .post h1 strong,  .post h2 a,ationName=
You can leave a response, or trackback from your own site.

0 Responses for this post

Post a Comment