Page 1 of 1

Color Title Blocks

Posted: 15. February 2009 14:07
by rudolfpietersma
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://dev.ilovebrasil.com/roesalka

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
How to change the color of the Title of the blocks in portal.css?

Re: Color Title Blocks

Posted: 15. February 2009 15:10
by thomas.d
open root/styles/*your_style*/theme/portal.css

find

Code: Select all

.portal-panel {
	background-color: #DDE9F0;
	color: #28313F;
	margin-bottom: 4px;
	padding: 0 10px;
	color: #3f3f3f;
}
change

Code: Select all

	color: #28313F;
according to your needs.

Purge template- and theme cache after uploading the altered file.