<em>@rl27 312855 wrote:</em><blockquote>Hi. I am trying to find a way to rename the H1 Class=Logo but I am not sure where to change it. I have tried to change it in plugins>system>jat3>base-themes>deafult>blocks directory header.php file but that doesn’t seem to work. I would like to change it to something like div class=logo or at least h7 class=logo. I know this is possible, just not sure which files to modify.</blockquote>
Hi,
You change this code from templatesja_graphiteblocksheader.php
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>