Oke , lets the tuto.
1. dashboard
2. design
3. edit html
4. tick widget template
5. untuk sidebar : Ctrl + F search perkataan dibawah ni
.sidebar .widget {
Kalau takde cari kod yang ni
h2 {
6. untuk post title: Ctrl + F search perkataan di bawah ni
h3.post-title {
7. Pilih Border yang sesuai :
URL BORDER:
-moz-border-radius-bottomright: 50px;
border-bottom-right-radius: 50px;
URL BORDER:
-moz-border-radius-bottomright: 50px 25px;
border-bottom-right-radius: 50px 25px;
URL BORDER:
-moz-border-radius-bottomright: 25px 50px;
border-bottom-right-radius: 25px 50px;
URL BORDER:
-moz-border-radius: 1em 4em 1em 4em;
border-radius: 1em 4em 1em 4em;
URL BORDER:
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
URL BORDER:
-moz-border-radius: 35px;
border-radius: 35px;
8. Pastekan Url Border dibawah code yang korang cari.
credit to Lyssa Secret