@benowchiro: Buying is your decision and I don’t force you. Just purchase it when you feels like to or donate to free version. It’s all your wish.
1. For this, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.widget.widget_recent_entries ul { list-style: disc; }
.widget.widget_recent_entries ul li { margin-left: 20px; }
2. To add separator image, you have two options.
First, you can use the css and add image with that.
#masthead {
background: url("Iamge-URL") repeat scroll center bottom transparent;
}
Second option, you can upload Header Featured Image Form “Appearance => Theme Options => Header Featured Image Options” and in “Enable Featured Header Image”, select “Entire Site”.
3. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#featured-post .entry-title { text-align: center; }