T3 Bs3 Blank 2.1.7
T3 Framework 2.4.3
All of my article titles are H1 and I would like them to be H2. I was going to create a template layout override of "item_title.php" by copying the one from "plugins > system > t3 > base-bs3 > html > layouts > joomla > content" into the appropriate local folder in my template.
Before I did this I had a look at this "item_title.php" file and there is a bit of PHP which seems to control the title tag:
<?php echo $title_tag; ?>
This implies that I can change the title tag somewhere in my Joomla settings. My question is, where can I change the title tag for my articles?
Thank you