Hi 2339730
It belongs to the logo element in T4 plugin, you can override this element into template this way:
1 - Copy this file: /plugins/system/t4/themes/base/html/layouts/t4/element/logo.php
2 - Paste into this directory in template: /templates/ja_vital/html/layouts/t4/element/
3 - Edit the new file: /templates/ja_vital/html/layouts/t4/element/logo.php
Line 22:
<a href="index.php" title="<?php echo strip_tags($site_name) ?>">
change it to:
<a href="<?php echo JUri::base() ?>" title="<?php echo strip_tags($site_name) ?>">