
An information box can be used for any message you want to convey to your site visitor. An example of what they look like can be seen here on the live demo site:
Basically it will look like this:
How to Create a Box
Switch to your editor’s “Text” tab and copy & paste this code:
<div class="info-box" style="background-color: #b88c4d; color:#fff;">Add your content here.</div>
You control the colour with the inline styles that you see. You can change the background and the colour of the text to your own personal preference to allow greater flexibility.