Shape 5

Joomla Templates => Simplex - Club => : kiesel August 24, 2011, 08:40:28 AM



: Main menu color change
: kiesel August 24, 2011, 08:40:28 AM
Hi, I just want to change main menu color as you can see in my prepared web page (http://ctenarstvi.knihovna.cz/index.php) but I can't change color of roll down box (submenu box). New color shoud be green but as you can see it is still black. Could you please help me? Thanks...


: Re: Main menu color change
: jonahh August 24, 2011, 01:57:04 PM
Hello,

You can change them below:


s5_flex_menu.css (line 169)


#subMenusContainer div.s5_sub_wrap ul ul, #subMenusContainer div.s5_sub_wrap_lower ul ul {
    background: -moz-linear-gradient(center top , #333333 0%, #000000 100%) repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 8px 0 10px;
}

s5_flex_menu.css (line 119)



#subMenusContainer div.s5_sub_wrap ul {
    background: -moz-linear-gradient(center top , #333333 0%, #000000 100%) repeat scroll 0 0 transparent;
    border-radius: 21px 4px 4px 4px;
    border-top: medium none;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.3);
}