By bdtushar on
Hello Dear
I want to make a menu in "highlight block area"
So I want to make php code which will print specific menu in that module.
say I have a menu called "cusommenu"
No I want that this menu will be visible in a block, so that I can display the menu anywhere.
Also I want to stylish the menu
How can I do that,.
thankz
Comments
After you create a new menu,
After you create a new menu, a block is automatically created for it. You have to go to
admin/structure/blockand assign it the region you want.You can style it using CSS.
Menus already are blocks, so
Menus already are blocks, so you can just go to admin/structure/block and place the menu where you would like to have it. I assume the "highlight block area" is a block region in your theme. If it is not, please clarify.
Styling is done in CSS. Just edit your theme's stylesheets and change/add the code for your menu.