Control the template settings from the Affinity Settings page in the dashboard, access instructions below:
- Login into the WordPress administrator at http://www.yoursite.com/wp-admin/
- Select the Appearance tab on the left of the dashboard
- Select Affinity Settings from within the tab
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 examples:-
<img src="images/sample1.jpg" alt="sample" />
Change to
<img src="images/sample1.jpg" alt="sample" class="png" />