Shape 5

Joomla Templates => Business Pro - Club => : zackari67 December 21, 2013, 11:04:29 AM



: THE MAIN MENU and sub menu
: zackari67 December 21, 2013, 11:04:29 AM
how do i change size and color of main and sub menu?


: Re: THE MAIN MENU and sub menu
: mikenicoll December 24, 2013, 02:05:18 AM
Hello,

1) The main menu color is controlled by the Highlight Color in the Template Manager

2) To increase the size of the menu you can opt to Show Subtext in the Template Manager which will make the menu taller to make room for the rendering.

-Mike


: Re: THE MAIN MENU and sub menu
: zackari67 December 24, 2013, 02:14:48 AM
how do i change thr font size in fhe sub menu?


: Re: THE MAIN MENU and sub menu
: mikenicoll December 24, 2013, 02:16:48 AM
Hello,

You can change the sub-menu font size here. Please use Firebug to help you identify other elements like this.

s5_flex_menu.css - Line 28

#subMenusContainer a, #s5_nav li li a {
    color: #FFFFFF !important;
   font-size: 0.9em;
    text-align: left;
    white-space: pre;
}

-Mike