Shape 5

Joomla Templates => Oasis - Club => : efusiontec October 29, 2014, 11:47:01 PM



: How to change the The header area1 logo menu?
: efusiontec October 29, 2014, 11:47:01 PM
Hi do I change it from the template style or from the custom.css?
I have change the color in the custom.css but it doesn't reflect.

#s5_header_area1 {
         background: url("../images/s5_menu_bg.png") repeat scroll 0 0 rgba(255, 255, 255, 0) !important;
        display:block;
   height: 141px !important;
         border-bottom:medium !important;
   border-bottom-color:#FF0000 !important;

}


: Re: How to change the The header area1 logo menu?
: mikenicoll October 30, 2014, 02:15:52 PM
Hello,

If you are just trying to use a solid color you would want:

:
background: #ff0000 !important;}

The way you have it setup in your coding will load the image from your server with the fallback color if needed.