How can I add a menu to the absolute top menu?

Discussion in 'GeoCraft WordPress Theme' started by kerristevens, Feb 17, 2013.

  1. kerristevens

    kerristevens Guest

    Joined:
    Feb 13, 2013
    Messages:
    18
    Likes Received:
    0
    Hello,

    I am trying to find out where i can add a link at the end of the absolute top menu. Please help !

    Kerri
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to library > controls > module_functions.php and add the code given below

    Code:
    <li><a href="Enter your link address">Enter your menu name</a></li>  
    Add code at line number 204.

    This will solve your issue.
     

Share This Page