Shape 5

Joomla Templates => Touch of Soul - Club => : jerrick1 October 28, 2009, 09:31:56 AM



: Is there a way to change background menu colors...
: jerrick1 October 28, 2009, 09:31:56 AM
Hi,

Is there a way to change the brown background menu colors?

Don


: Re: Is there a way to change background menu colors...
: jonahh October 28, 2009, 11:25:43 AM
Hello Don,

You can do this via the PSD file provide in the downloads area.  You'll have to use Adobe Photoshop to change them.

Regards,


: Re: Is there a way to change background menu colors...
: jerrick1 October 30, 2009, 07:26:45 AM
Thanks Jonah,

I can definitely use photoshop, and have changed the background and uploaded the new background, but where would I upload the menus?

Don


: Re: Is there a way to change background menu colors...
: jonahh October 30, 2009, 11:49:22 AM
They are located in the template's images folder, here is the CSS for the menu:

template_css.css (line 736)

#s5_menu {
background:transparent url(../images/s5_login_bg.png) repeat-x scroll 0 0;
border-left:1px solid #5B4528;
border-right:1px solid #5B4528;
border-top:1px solid #5B4528;
float:right;
height:35px;
padding-left:13px;
padding-right:13px;
width:auto;
}

Top login/register bar:

template_css.css (line 605)

#s5_login_search_wrap {
background:transparent url(../images/s5_login_bg.png) repeat-x scroll 0 0;
color:#FFFFFF;
float:right;
padding:5px 12px 10px;
}



: Re: Is there a way to change background menu colors...
: jerrick1 November 16, 2009, 11:06:24 AM
Thanks