Sunday 22 November 2015

Mengganti Credit Footer


Hai! Tasya kembali blogging lagi nih. Coba kalian lihat judul post diatas ! tertarik untuk mencoba ?
Yuk, ikuti step by step nya :)

cr : here

-Buka dashboard
-Tempalte>>edit HTML
-Cari kode dibawah ini (Expand template dulu supaya mudah mencari kodenya ya..)
<!-- outside of the include in order to lock Attribution widget -->
-nah, tampilan kodenya akan seperti ini
 <!-- outside of the include in order to lock Attribution widget -->
      <b:section class='foot' id='footer-3' showaddelement='no'>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
<b:includable id='main'>
    <b:if cond='data:feedbackSurveyLink'>
      <div class='mobile-survey-link' style='text-align: center;'>
        <data:feedbackSurveyLink/>
      </div>
    </b:if>
    <div class='widget-content' style='text-align: center;'>
      <b:if cond='data:attribution != &quot;&quot;'>
       <data:attribution/>
      </b:if>
    </div>
    <b:include name='quickedit'/>
  </b:includable>
</b:widget>
</b:section>

-ganti kode yang Tasya kasih warna merah dengan kode dibawah ini
<div class='credit-wrapper'>
<div class='credit'>
<div style='float:left;text-align:left;'>
 &#169; <span style='font-size:12px;'><data:blog.title/></span> | Powered by <a href='http://www.blogger.com'>Blogger</a>
</div>
<div style='float:right;text-align:right;'>
Design by <a href='http://URL-design-template.blogspot.com/'>Blog-Anda</a>
 </div>
</div>
</div>
-Kemudian masukan CSS dibawah ini sebelum kode ]]></b:skin>
.credit-wrapper{background:#000;width:990px;border-top:1px solid #ccc;margin:0 auto;padding:0 auto}
.credit{width:955px;line-height:1.6em;text-align:center;font-family:Arial;font-size:11px;color:#fff;overflow:hidden;clear:both;margin:0 auto;padding:10px 0 10px 10px}
.credit a:link,.credit a:visited{color:#fff;text-decoration:none}
.credit a:hover{color:#fff;text-decoration:none}
-pratinjau dulu. Apabila berhasil, klik save ^^



Wanna repost ? credit nya jangan lupa ^^




No comments:

Post a Comment