Layout changes in Postope Joomla template

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Thu Jan 19, 2012 12:05 pm
Hello, I would like to change some things in the postnote template:
1. add a telephone icon and number before the login/register/search button
2. put the breadcrumb module directly under the mainmenu
3. add rounded corners at the bottom of each background (replacing the shadows)

How do I do this properly? Thanks for helping out!
User avatar
Gold Boarder

GK User
Thu Jan 19, 2012 3:21 pm
hisslink wrote:1. add a telephone icon and number before the login/register/search button

Open file: \templates\gk_postnote\layouts\blocks\nav.php
Add your custom html code after this code:
Code: Select all
<div id="gkSearchHide">
      <div id="gkSearch">
          <jdoc:include type="modules" name="search" style="<?php echo $this->module_styles['search']; ?>" />
      </div>
   </div>
   <?php endif; ?>
   </div>
User avatar
Platinum Boarder


cron