Jumat, 14 Maret 2014

Cara Memodifikasi Kotak Komentar

1. Login ke blogger
2. Dashboard > Template > Edit HTML
3. Masukan kode CSS berikut diatas kode ]]></b:skin>

#threaded-comment-form p {
    position: relative;
    background: #2c3a5e;
    border: 3px solid #000066;
    padding: 10px;
    font-size: 11px;
    line-height: 1.6em;
    color: #fff;
    margin-top: 10px;
    font-size: 11px;border-radius:2px;
    }
#threaded-comment-form p::after, #threaded-comment-form p::before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    }
#threaded-comment-form p::before {
    border-top-color: #000066;
    border-width: 15px;
    left: 10%;
    margin-left: -35px;
    }
#threaded-comment-form p::after {
    border-top-color: #2c3a5e;
    border-width: 10px;
    left: 10%;
    margin-left: -30px
    }


5. Simpan dan lihat hasilnya akan seperti ini...

Modifikasi Kotak Pesan Komentar Keren

0 komentar:

Posting Komentar