Shape 5

Joomla Templates => Luxon - Club => : caldweca1 April 30, 2015, 12:10:47 PM



: Luxon starter flex menu
: caldweca1 April 30, 2015, 12:10:47 PM
I cannot for the life of me change the background color of the flex menu in the luxon template. I am using the siteshaper.

Specifically: http://luxon.chadcaldwell.com


: Re: Luxon starter flex menu
: mikenicoll April 30, 2015, 07:00:47 PM
Hello caldweca1,

You can change this in the Template Manager > Theme Specific > Highlight 1 Color

Regards,


: Re: Luxon starter flex menu
: caldweca1 April 30, 2015, 07:26:52 PM
I'm sorry I should have been more specific. Yes, I know I can change the top menu (the bar on the top of the website), I'm talking about when you put your mouse over one of the drop down menus and the menu slides down. The color of the that slides down.

Please reference http://spoonful.thelogicalace.com/

Im trying to get the top menu (blue)  match the drop down menu (which is now black/grey)


: Re: Luxon starter flex menu
: mikenicoll April 30, 2015, 07:42:59 PM
Hello,

That is here :)

:
s5_flex_menu.css - line 320

#subMenusContainer div ul {
    background: none repeat scroll 0 0 #000000;
}


: Re: Luxon starter flex menu
: caldweca1 April 30, 2015, 07:47:17 PM
Would probably make more sense to put in custom.css no? Or do you have to change flex menu css directly?


: Re: Luxon starter flex menu
: mikenicoll April 30, 2015, 08:20:23 PM
Hello,

Your choice you can use a !important override in the custom.css file for a new background or just edit it there directly.


: Re: Luxon starter flex menu
: caldweca1 April 30, 2015, 08:21:24 PM
Great! Thanks for the help.


: Re: Luxon starter flex menu
: mikenicoll April 30, 2015, 08:28:38 PM
Of course :)