senanf wrote:Hi, i need to change the lighter blue colour to the darker blue colour in the header
In ACP >> Styles >> theme >> edit
Search:
Code: Select all
.headerbar {
background-color: #09367A;
background-image: url("{T_THEME_PATH}/images/bg_header.gif");
color: #FFFFFF;
}
Replace with:
Code: Select all
.headerbar {
background-color: #09367A;
color: #FFFFFF;
}
and in the main forum wrap around box, pretty much i want to swap the lighter colour for the darker blue colour which is the colour of our football club crest.
Search:
Code: Select all
html, body {
color: #536482;
background-color: #FFFFFF;
}
Change the background-color.
many thanks in advance.

You are welcome
