Cara Membuat Bingkai Untuk Widget Yang Terdapat Di Area Footer Halaman Blog
1. buka editor template dengan cara mengeklik menu ‘Template’ > ‘Edit HTML’ >
2. cari kode ]]></b:skin> dan kemudian sisipkan rangkaian kode CSS seperti dalam contoh berikut ini tepat di atasnya.
.footer-outer .widget h2 {
color: #ffffff;
text-align: center;
background: #000000;
border: 1px solid #ffffff;
border-radius: 5px;
padding: 5px;
margin: 0px;
}
.foot.section .widget-content {
color: #000000;
text-align: center;
background: #ffffff;
border: 1px solid #000000;
border-radius: 5px;
padding: 5px;
margin: 0px;
height: 150px;
overflow: auto;
}
.foot.section .widget.Attribution .widget-content {
padding: 0px;
margin: 0px;
height: auto;
border: none;
background: inherit;
}






0 comments:
Post a Comment