Documentation

If you want to change the color, go to 'Pages and Themes' in the dashboard and click on customize next to the theme. Then click where it says 'Add Your CSS' and add the following line in the popup box '@import url(css/red.css);' and then click ok and then save. If you want to switch back, just remove that line and save it, and it will go back to the original color.

To get a search bar like the demo, add a search block to the top-right area, and then click on the block and then choose 'Custom Template' from the menu. Then choose 'Custom Search' and click update to make the search bar appear like in the demo.

To use the 'readMore' button class like in the demo, from in the content editor select the link that you want to turn into a button, and then choose 'readMore' from the styles dropdown. In order for it to work properly you have to apply the style after turning the text into a link. Also if you want to add text after the button, you will need to revert back to the original style; to do this, just click on the styles dropdown and choose 'Styles'. The buttons are created using css, so if they do not display properly, check your html, the following is the correct layout for the html:

<span class="readMore">
    <a href="/">Read More</a>
</span>

 One final note, the buttons float to the left.