Page 1 of 1

Change some color in news block

Posted: 28. July 2009 19:24
by AlexanderPD
Your Portal Version: 1.0.3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://pdx.altervista.org

What have you done before the problem was there?
problem was here from the beginning.

What have you already tryed to solve the problem?
modding the portal.css file, but it don't work in a subsilver2-based style

Description and Message
Hi,
a screenshot can descrive my problem better than words (because i'm not good in english :P )

Image

How i can change that "text color" and that "background color"?

i already tried editing the portal.css but it doesn't work with this subsilver2-based skin. How can i change those thing?

Thank you! ;)

Re: Change some color in news block

Posted: 28. July 2009 20:40
by Mike
As first have a look at this: http://area51.mikevil.de/portal.php?style=4
If you want your Board to look like this, see here: viewtopic.php?f=42&t=2077

Ok, lets have a look at your Problem...
Your can change this Color in your stylesheets.css.

find:

Code: Select all

.row2 {
	background-color: #E4F4FE;
	padding: 4px;
}
But this change the color for the whole Style, not just for this single Block.
And your textcolor problem... i seems already solved ... ;)

Re: Change some color in news block

Posted: 28. July 2009 21:40
by AlexanderPD
thank you for the fast response! :D

i changed the row2 color in stylesheet.css... purged cache.. but that color still don't change :|
aaaAaaAaa i really can't understand that D:

Re: Change some color in news block

Posted: 29. July 2009 07:24
by Mike
row1 & row3 are nearly the same colors... and they all are used on different blocks ;)
Try these two too...

Re: Change some color in news block

Posted: 29. July 2009 15:09
by AlexanderPD
Nothing too.. i tried to change all the "E4F4FE" in the stylesheet.css but that color doesn't change :\

Re: Change some color in news block

Posted: 29. July 2009 18:21
by Mike
And you surely cleared all your caches everytime? knowledge/kb_show.php?id=28

Re: Change some color in news block

Posted: 29. July 2009 19:11
by AlexanderPD
wah!! it works XD
i never purged the theme cache.. i always think that the main "purge cache" can purge all :P

thank you a lot! :D