Hello, how i change article title from h2 to h1 when i use single article in menu item ?
ribo Hi open \html\com_content\article\default.php file in template Find this code
<?php echo JLayoutHelper::render('joomla.content.item_title', array('item' => $this->item, 'params' => $params, 'title-tag'=>'h2')); ?>
Change h2 to h1.
Regards
Thank you Ninja