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
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. Thanks Pramod