Shape 5

Joomla Templates => Oasis - Club => : dani_blues June 03, 2014, 01:30:18 PM



: Changing color at topmenu
: dani_blues June 03, 2014, 01:30:18 PM
Hy, the backround of the topmenu at my homepage is darker than the rest. how can i change the color?
Thanks and greets Dani



: Re: Changing color at topmenu
: mikenicoll June 03, 2014, 07:56:32 PM
Hello,

That is controlled by the background here:

Template.CSS - Line 516

#s5_header_area1 {
    background: url("../images/s5_menu_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 114px;
    overflow: hidden;
    width: 100%;
    z-index: 3;
}

-Mike