contohnya macam ni la....expend this pic kalau nak clear yer kengkawan...eehehe~
Sebelum apa2 terjadi kat blog korang, macam biasa selamatkanlah blog korang dulu yer...buat backup!!!
Tanpa membuang masa jom terjahhhh zassssss!!!!
Semua pun ada CSS style kan dlm blog, kalau xada cari sampai dapat hehe....Okeh cari code dibawah
.post h3 {.....Attention:
margin:.25em 0 0;
padding:0 0 4px;
font-size:140%;
font-weight:normal;
line-height:1.4em;
color:$titlecolor;
}
- this example is made in Minima Blogger default template, so your actual code may differ a bit
- it's important to find the part ".post h3", or if you have custom template, the find the part that "carries" the style for your Post Title...
STYLE 1 : BACKGROUND PICTURE IN POST TITLE
LAYOUT > EDIT HTML
gantikan code diatas tadi dengan code dibawah
.post h3 {STYLE 2 : COLORS & BORDERS IN POST TITLE
background: url(URL BACKGROUND KORANG); background-repeat:no-repeat;
height:55px; (penambahan untuk height background)
margin:.25em 0 0;
padding:14px 40px 4px;
font-size:140%;
font-weight:normal;
line-height:1.4em;
color:$titlecolor;
}
LAYOUT > EDIT HTML
gantikan code diatas tadi dengan code dibawah
.post h3 {STYLE 3 : UNDERLINE POST TITLE
background:#9fddea;
border:1px inset #000000;
margin:.25em 0 0;
padding:0 5px 4px;
font-size:140%;
font-weight:normal;
line-height:1.4em;
color:$titlecolor;
}
LAYOUT > EDIT HTML
gantikan code diatas tadi dengan code dibawah.post h3 {
border-bottom:1px solid #000000;
margin:.25em 0 0;
padding:0 5px 4px;
font-size:140%;
font-weight:normal;
line-height:1.4em;
color:$titlecolor;
}
credit blogbulk
No comments:
Post a Comment