Change background color of header

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
midas
Posts: 2
Joined: 28 Apr 2013, 13:26

Change background color of header

Post by midas »

Hello. I am trying to figure out how can I change the background color of header.

http://gothic.paradisegaming.pl/bugtrac ... n_page.php

I want it to be black just like my banner image(http://gothic.paradisegaming.pl/bugtrac ... banner.png)
Do you know how can I do that? Thanks in advance.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Change background color of header

Post by atrol »

Some steps to start
1) create a directory myconfig in root directory of your MantisBT installation
2) copy css/default.css to myconfig/mydefault.css
3) add the following line to file config_inc.php

Code: Select all

$g_css_include_file	 = 'myconfig/mydefault.css';
4) change in myconfig/mydefault.css lines 2 and 3 to

Code: Select all

background-color: #000000;
color: #aa0606;
5) change more colors the way you like it
Please use Search before posting and read the Manual
midas
Posts: 2
Joined: 28 Apr 2013, 13:26

Re: Change background color of header

Post by midas »

Thanks for help but I've already figured it out just before post has been approved.
:)
Post Reply