By STEVE DAVEY on Tuesday, 16 September 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 668
Votes 0
How do we change the main title to a H1 header from your default H2 type such as "Kitchen Cabinet Refacing Blog" on this page: http://www.cabinetcoverup.com/blog
Hello STEVE DAVEY,

Sorry for late reply to this,
You can modify this file JoomlaFolder\components\com_easyblog\themes\default\toolbar.php

//LINE 78
<h2 class="component-title reset-h"><?php echo JText::_( $title ); ?></h2>
//Replace with
<h1 class="component-title reset-h"><?php echo JText::_( $title ); ?></h1>

*Note : You can follow this template overriding documentation for prevent future update every time you no need to modify again
-> http://stackideas.com/docs/easyblog/customizations/template-overriding
·
Tuesday, 16 September 2014 11:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post