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
Hi
Can You please tell me about which header are You talking about. Please guide me to it.
#top-nav {
background-color:#DDDDDD;
min-height:58px;
}
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;
}