Page 1 of 1

How to change colors of Portal three blocks

Posted: 6. February 2014 07:01
by scorpio
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:

Image

How can I change colors of Portal 3 Blocks and elements accordingly?

Re: How to change colors of Portal three blocks

Posted: 6. February 2014 09:44
by Kirk
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");
}