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
-
Topic author - Active Member
- Posts: 27
- Joined: 8. July 2012 17:06
- phpBB.de User: Scorpio
- phpBB.com User: scorpiors
-
- Dev
- Posts: 1954
- Joined: 27. July 2010 18:02
- phpBB.de User: Kirk
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