Hi, I use Masthead on most of my JA websites. I need to make the Masthead title a <h1> tag as aposed to the <h3> it is in the code. How and where do I edit this?
Hi
You can open file: [your_site_root]/templates/ja_alpha/html/mod_jamasthead/default.php
And change H3 tag in line 106:
<h3 class="ja-masthead-title"><?php echo $masthead['title']; ?></h3>
Much appreciated.