August 28, 2014 at 6:05 am
#13346
Theme Horse Support Team
Keymaster
Hi titleboxing,
This feature is not available you need code customisation for it. We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.
http://codex.wordpress.org/Child_Themes
The file is inside interface -> inc -> structure -> header-extension.php on line no 418 to 427 remove this code
<div class=”page-title-wrap”>
<div class=”container clearfix”>
<h1 class=”page-title”>Boxing It’s in Your Blood</h1>
<!– .page-title –>
</div>
</div>
Thank you!