Setelah masuk ke RANCANGAN => EDIT HTML
Carilah kode untuk sidebar heading. Kodenya biasanya menggunakan .sidebar h2 Atau H2 {
. Kodenya bisa beda-beda untuk tiap template. Di bawah ini contoh :
/* sidebar heading */
.sidebar h2 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
color: $sidebarHeaderColor;
font: $sidebarHeaderFont;
background:#718E89;
}
Atau
.sidebar h2, .rsidebar h2, .lsidebar h2 {
background:#718E89;
color:#ffffff;
font-size: 16px;
font-family: Century Gothic, Trebuchet;
font-weight: bold;
margin: 0 0 10px;
padding: 3px 0 3px 10px;
}
Atau
/* Headings
----------------------------------------------- */
h2 {
font: $(widget.title.font);
color: $(widget.title.text.color);
background:#718E89;
}
Untuk warna biru adalah kode warna background judul widget.
background:#718E89;
Warna Lainnya Klik Disini
Habis Baca Dan Lihat jangan lupa Komentarnya... Thanks Jika Anda Suka Silahkan Share...
Carilah kode untuk sidebar heading. Kodenya biasanya menggunakan .sidebar h2 Atau H2 {
. Kodenya bisa beda-beda untuk tiap template. Di bawah ini contoh :
/* sidebar heading */
.sidebar h2 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
color: $sidebarHeaderColor;
font: $sidebarHeaderFont;
background:#718E89;
}
Atau
.sidebar h2, .rsidebar h2, .lsidebar h2 {
background:#718E89;
color:#ffffff;
font-size: 16px;
font-family: Century Gothic, Trebuchet;
font-weight: bold;
margin: 0 0 10px;
padding: 3px 0 3px 10px;
}
Atau
/* Headings
----------------------------------------------- */
h2 {
font: $(widget.title.font);
color: $(widget.title.text.color);
background:#718E89;
}
Untuk warna biru adalah kode warna background judul widget.
background:#718E89;
Warna Lainnya Klik Disini

