Alteration to blog post area is very interesting to me and More bloggers,here i just discussing about making rounded corner blog post area.Most of the blog posts are Square Box,and rounded corner blog posts is so different.
After the Code
Before the Code imlemented
Follow the Simple 2 Steps
Go To EDIT HTML from the Design.
Now Search for body .main-inner .Blog or /* Posts
Now Paste the Below Code after to it.
.date-outer, .post-outer {
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-goog-ms-border-radius: 10px !important;
border-radius: 10px !important;
}
Save the Template