Shape 5

Joomla Templates => Velocity - Club => : grai November 06, 2013, 08:30:08 AM



: Add drop down menu to the top menu
: grai November 06, 2013, 08:30:08 AM
Hi,

I want to add a drop down menu to the top menu. Please assist me with it.

http://www.readandfix.com/computer/softwares.html

I want the windows7 to show as a drop down sub menu under Operating system.

Thanks


: Re: Add drop down menu to the top menu
: mikek November 06, 2013, 02:01:49 PM
Hello,

You can't do a drop down menu there, the only drop down available is the main flex menu above that. The other menus are flat list style menus.


: Re: Add drop down menu to the top menu
: grai November 06, 2013, 10:15:14 PM
Okay. Thanks :)


: Re: Add drop down menu to the top menu
: grai November 12, 2013, 02:15:17 PM
Hi Team,

I want the top menu to be in colored boxes just like main menu however different color.

How do I go about it?

Thanks


: Re: Add drop down menu to the top menu
: mikenicoll November 12, 2013, 04:47:29 PM
Hello,

You could add something like this to the custom.css and modify the color code as needed.

#s5_top_menu_wrap li a {
    background: none repeat scroll 0 0 #BA4828 !important;
    padding: 0 4px;
}

-Mike


: Re: Add drop down menu to the top menu
: grai November 15, 2013, 04:30:16 PM
Hi Team,

I want to have the borders look like (border and the way it is seperated) that of howstuffworks.com. Please let me know how I can create one.

Thanks


: Re: Add drop down menu to the top menu
: mikenicoll November 15, 2013, 05:09:12 PM
Hello,

You could add a border-right to the menu elements in the CSS. This would require custom coding changes to the custom.css file. We have a tutorial for this here:

http://www.youtube.com/watch?v=4kmZ9uQcA_c

-Mike