Hi,
Good job for this template.
I would like to know how to get same menu as your demo (home/user/contact).
I have put 'secondary link' in toplink, but it doesn't work really as your.

Thanks,
Laurent

Comments

neerjasoftwares’s picture

Please note that the layout of the template has been designed in a way that the suggested menu items have been put as blocks and cannot be put as secondary links.

sub_ubi’s picture

To get the top row with the home and mail icons, you just need to make an untitled block, put it in the toplinks section, and paste this into the body:

<ul>
<li>
<a class="home" title="home" href="#">home</a>
</li>
<li>
<a class="user" title="user" href="#">user</a>
</li>
<li>
<a class="contact" title="contact" href="#">contact</a>
</li>
</ul>
glidetothehoop’s picture

How would I get the phone icon with the phone number in the upper right hand section of the header (like you have on the demo site)?

Thank you! I love the template!

neerjasoftwares’s picture

Thanks for the appreciation.

To get the phone icon with phone number, create a block with any title that you like and put the following content:

<ul class="free">
    <li><a class="call">000-000-0000 000-000-0000</a></li>
  </ul>

Then please put this block in "Top Right" region.

It will work.

glidetothehoop’s picture

Wonderful! Thank you so much!

neerjasoftwares’s picture

Thank you. Glad to know we could be of help.