Template Configuration
Control the template settings from the Reaction Settings page in the dashboard, access instructions below:
- Login into the WordPress administrator at http://www.yoursite.com/wp-admin/
- Select Reaction Settings the left menu
IE6 PNG Fix
The template has an integrated PNG fix for IE6 that allows transparent PNG32 images to show, as intended, in the IE6 browser. All you need to do is add class=”png” to the element such as the change in the following example:-
<img src="images/sample1.png" alt="sample" />
Change to
<img src="images/sample1.png" alt="sample" class="png" />