Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
I want to change the h1 tag written Our Mission and I am wondering where the code for that is found.
Thanks
Please see 'templates/as002044/html/com_content/featured/default.php' file the following code (line 21-25):
<div class="page_header">
<h1>
<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
</div>
Regards, AS Team.