I installed the Advanced menu – version 1.4.1 module.
What I’m trying to do is to build my own menu template. I think by default, menu was rendered using unordered list?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use alternates.
Just copy the existing
Menu.cshtml(to override the menu rendering) and/orMenuItem.cshtml(to override the menu item rendering) files from Module /Views folder to /Views folder of your theme. After copying, change the markup in those files at your desire.