Theme Overview

To add widgets in the Sidebar of this theme, you’d need to access Appearance -> Widgets menu, and drag widgets to your Sidebar to activate them.
This theme includes 4 Custom Widgets which are ready to use:
- WPZOOM: Featured Posts
- WPZOOM: Recent Menu Entries
- WPZOOM: Recent News
- WPZOOM: Recent Testimonials
Change Background Image/Color
- Go to Appearance -> Background menu.
- You have two options: to upload an image you want to be used as background
- or select a solid color using a color picker

If you opted for a color as background, then you’ll need to edit following line from “style.css” file of the theme:
body {font-family:Arial, Tahoma, Helvetica, sans-serif; font-size: 62.5%; color: #3c4457; background: #3c4457 url(images/back_page.png) repeat top left; text-align:center;}
Delete this part:
background: #3c4457 url(images/back_page.png) repeat top left;