Change header color

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Mon Mar 15, 2010 4:19 pm
I would like to change the header color to the same color as the background #dddddd. Been checking the css files, but can't find where to change it.

Anybody that can help me, i appreciate it.

Thanks


Anders
User avatar
Senior Boarder

teitbite
Mon Mar 15, 2010 10:11 pm
Hi

Can You please tell me about which header are You talking about. Please guide me to it.
User avatar
Moderator

GK User
Mon Mar 15, 2010 10:15 pm
teitbite wrote:
Hi

Can You please tell me about which header are You talking about. Please guide me to it.


Hi,

Thanks for your reply

I'm talking about the header where the logo is.
User avatar
Senior Boarder

teitbite
Mon Mar 15, 2010 10:43 pm
Hi

Go to template.css file and modyfie the class for #top-nav to this:

Code: Select all
#top-nav {
background-color:#DDDDDD;
min-height:58px;
}
User avatar
Moderator

GK User
Mon Mar 15, 2010 10:48 pm
teitbite wrote:
Hi

Go to template.css file and modyfie the class for #top-nav to this:

Code: Select all
#top-nav {
background-color:#DDDDDD;
min-height:58px;
}


Thank you very much :)
User avatar
Senior Boarder


cron