Shape 5

Joomla Templates => No1 Shopping - Club => : vry6 March 20, 2014, 12:05:53 PM



: Dark Menu
: vry6 March 20, 2014, 12:05:53 PM
Hi How do I set it to dark menu?

Thanks

VRY6


: Re: Dark Menu
: jonahh March 20, 2014, 05:45:51 PM
Hello,

You would need to change the background color here:

template.css (line 720)

#s5_logo_and_options_inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E6E9E9;
    height: 101px;
    position: relative;
    z-index: 3;
}


And then edit the first level menu items from black below to whatever color you desire:

s5_flex_menu.css (line 109)

#s5_nav li a {
    color: #000000;
    font-size: 1.3em;
}


: Re: Dark Menu
: vry6 March 20, 2014, 07:34:41 PM
Thanks that did it.


VRY6