
Pada design--pilih edit html
dan cari kod dibawah ini:
body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
}
kemudian tambahkan kod menjadi seperti dibawah ini:font: $(body.font);
color: $(body.text.color);
background: $(body.background);
}
body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
}
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; border: 15px solid #DF7401;}
Untuk ubah saiz border tukarkan saiz pada teks warna biru dan warna border pada teks berwarna hijau
Bentuk border selain dari solid ialah ridge,groove,inset,outset,dashed dan dotted
kemudian save template anda.
0 komentar:
Posting Komentar
Terimakasih telah berkomentar di website kami