Shape 5

Joomla Templates => Hexicon Gamer - Club => : wilson camacho August 19, 2012, 10:16:05 PM



: ChANGING COLORS
: wilson camacho August 19, 2012, 10:16:05 PM
I would like to change the backgroung color from black to white  where the menus are (home, photo,videos.......) only that line

like this website http://210.48.94.142/~mcraewa1/joomla/ there  is a blue blackground  on the menu

my web sandungatv.org



: Re: ChANGING COLORS
: pmiddleton August 20, 2012, 06:48:28 AM
In template.css line 552 -

#s5_menu_wrap {
  background: url("../images/s5_dark_bg.png") repeat scroll 0 0 transparent;
  border-bottom: 1px solid #0F0F0F;
  height: 47px;
  padding: 6px 6px 0;
}

Change the first line to

background: #FF0000;

or whatever colour you want.



: Re: ChANGING COLORS
: wilson camacho August 20, 2012, 07:08:34 AM
got it

thank you


: Re: ChANGING COLORS
: pmiddleton August 20, 2012, 09:10:09 AM
You're welcome