Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
PHP Version: 3.0.12
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
I have change colors of forum using http://www.colorizeit.com
The colors are as:
How can I change colors of Portal 3 Blocks and elements accordingly?
How to change colors of Portal three blocks
Re: How to change colors of Portal three blocks
You have on the colour.css change the background color and the background image (bg_list.gif).
Code: Select all
.forabg {
background-color: #0076b1;
background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}
Gruß Udo