Custome Menu at Front Page

Discussion in 'BusinessGrow One Page WordPress Theme' started by normasita, Feb 3, 2015.

  1. normasita

    normasita New Member

    Joined:
    Nov 27, 2014
    Messages:
    25
    Likes Received:
    0
    Dear Sir,

    I would like to make CUSTOM MENU at the Front Page, I know the current one is based on front page section. Is there a possibility that i can do custome menu .? I need to make ABOUT US, PAYMENT INFO, SHOP, ETC..

    refer to the attached file

    is it possible, kindly assist on how to do menu
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    You will achieve this by custom coding no options available for this.

    Use below format to add menu item on menu. Please use links and text according to your requirement.
    Code:
    <li class="page_item"><a href="http://google.com">page1</a></li>
                                          <li class="page_item"><a href="http://facebook.com">page2</a></li>
                                          <li class="page_item"><a href="http://twitter.com">page3</a></li>
                                          <li class="page_item"><a href="http://yahoo.com">page4</a></li>
    Please follow below image.
    business-grow-3feb.png

    Thanks
    Pramod
     
  3. normasita

    normasita New Member

    Joined:
    Nov 27, 2014
    Messages:
    25
    Likes Received:
    0
    oh.. tq very much for your help. i will try
     

Share This Page