Find :
- Code: Select all
html, body {
color: #536482;
background-color: #FFFFFF;
}
Replace #FFFFFF with your chosen hex colour.
html, body {
color: #536482;
background-color: #FFFFFF;
}


/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
color: #536482;
background-color: #FFFFFF;
background-image: url('image url');
background-repeat:repeat-x;
background-attachment:fixed;
} background-repeat:repeat-x; background-repeat:repeat-y;


Return to PhpBB3 Tips & Tricks
Users browsing this forum: No registered users and 3 guests