This post is for the JA Campaign template, site is only on our PC
Hi, we are trying to change the title of the Off Canvas header. We tried this code, but did not work.
plugins/system/t4/themes/base/html/layouts/t4/layout/offcanvas.php
<div class="t4-offcanvas" data-offcanvas-options='<?php echo $options; ?>' id="off-canvas-<?php echo $oc_effect;?>" role="complementary" style="display:none;">
<div class="t4-off-canvas-header">
<h3 class="t4-off-canvas-header-title">We deliver results!</h3>
<button type="button" class="close js-offcanvas-close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
<div class="t4-off-canvas-body">
<jdoc:include type="modules" name="<?php echo $oc_pos_name ?>" style="<?php echo $oc_pos_style ?>" />
</div>
</div>