Shape 5

Joomla Templates => Oasis - Club => : paulmin July 09, 2014, 05:11:33 PM



: Change colour of transparent panel under Top Menu
: paulmin July 09, 2014, 05:11:33 PM
I have a multi colour logo and some colours sink in to the dark background.
How can I change the menu bg from dark transparent to white transparent?
I tried to make a new bg image with white overlay and 50% opacity, but it only makes the panel lighter dark, not transparent white.


: Re: Change colour of transparent panel under Top Menu
: mikenicoll July 09, 2014, 06:48:23 PM
Hello,

Try the following modification:

Template.CSS - Line 516

#s5_header_area1 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    display: block;
    height: 114px;
    overflow: hidden;
    width: 100%;
    z-index: 3;
}

-Mike


: Re: Change colour of transparent panel under Top Menu
: paulmin July 10, 2014, 05:28:44 PM
Thanks Mike,

worked like a charm. I even worked out that I can adjust the opacity with the last value  ;)


: Re: Change colour of transparent panel under Top Menu
: mikenicoll July 10, 2014, 07:57:58 PM
NP

-Mike