Kustomasi Teks By, at dan Label Pada Post Footer Dengan Material Icons

Silakan lihat gambar di bawah ini.

Kustomasium-TeksByAtLabel

Untuk bisa mengganti teks By, at dan Labels maka masuk ke Tema > Edit HTML.

Pasang tag CSS berikut ini sesudah tag <b:skin>.

@font-face {
font-family: 'Material Icons Outlined';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v88/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}


.material-icons-outlined {
font-family: 'Material Icons Outlined';
font-weight: normal;
font-style: normal;
font-size: 90%;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}

Cari <data:top.authorLabel/> ganti dengan <span class="material-icons-outlined">account_circle</span>.

Cari <data:top.timestampLabel/> ganti dengan <span class="material-icons-outlined">today</span>.

Cari <data:postLabelsLabel/> ganti dengan <span class="material-icons-outlined">label</span>.

Simpan perubahan.

Kustomasium-TeksByAtLabelDiGantiDenganMaterialIcons

Tidak ada komentar:

Posting Komentar

keyboard_arrow_up