Shape 5

Joomla Templates => Oasis - Club => : syncwave May 05, 2015, 01:42:27 PM



: Change color of menu over content fader
: syncwave May 05, 2015, 01:42:27 PM
Hey All,

I am trying to change the color on the main menu over my Image and Content Fader.  I am using the Oasis template.  The logo that I have needs to have a more of a white opaque background rather then a smokey background.


: Re: Change color of menu over content fader
: mikenicoll May 05, 2015, 05:11:57 PM
Hello,

The background is controlled 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;
}

We use an image overlay but you can swap that out with a solid background or another type of image pattern.


: Re: Change color of menu over content fader
: syncwave May 06, 2015, 07:53:16 AM
Thank you for the quick response.  And thanks for the pointer.  I found it.


: Re: Change color of menu over content fader
: mikenicoll May 06, 2015, 04:44:53 PM
NP :)