Thank you for Downloading Showcase - www.dantearaujo.net

- How to install Showcase on your blog:

1. Go to the Layout section in your blog (Dashboard > Layout > Edit HTML ).
2. Backup your previous template (Download full Template).
3. Find and upload your template.
4. Enjoy your new blog design.



- What you should do after install the template:

After installing a template, there are several things to check, please take a look on each of your widgets to see if they are just OK.


- How to edit the Navigation Menu:

1. This template have a menu that can only be changed from the HTML (Dashboard > Layout > Edit HTML). The code will look like this:

<div id='navigation-wrapper'>
<ul id='navigation'>
<li><a Title='Home' expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a Title='About' href='#'>About</a></li>
<li><a Title='Contact' href='#'>Contact</a></li>
</ul>
</div>

2. Edit each menu button like this:

<li><a Title='Link_Title' href='http://Link_To_The_Page'>Button_Text</a></li> 



-How to show the Blogger navbar on your template:

1. Go to your code and delete the following lines:

#navbar-iframe {
display: none !important;
}





