Log in

View Full Version : How Do I Add Custom URL in Navbar ?


JalsaTime
07-19-2013, 05:03 AM
How Do I Add Custom URL in Navbar ?

Just want to know how can I add custom url to navbar. For example, if user clicks on Register in the navbar, I want them to go to a specific link (URL).

Please let me know is there any template edits, plugins to do that.

Thank you.

Emad ELsayed
07-19-2013, 07:19 AM
Hi dear
Open template Navbar and Search This
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">


Underneath add
<td class="vbmenu_control"><a href="YourLink">YourTEXT</a></td>

JalsaTime
10-31-2014, 03:34 AM
Thanks buddy, :)