Hello all,
I've been working on changing the text-colors for the blocks that I have showing up on my main page.
A lot of them were calling for
PN-normal, but of course if I changed
PN-normal to white so it would show up on the dark background, it turned to white on white for the instances in the center area that were using
PN-normal.
What I've done is created a new
PN-menu class, and I've gone about finding all the instances in blocks and template files that are refering to
PN-normal and switching them out with
PN-menu. So far so good.
However, there seems to be an instance in the multiblock for
PNphpBB that isn't controlled by
PN-normal. I've gone through the code in multiblock.php, and it turned most of the text the color that I want. but the text in the block that shows up underneath the names of registered users on-line hasn't changed ditto for the brackets around the PM numbers.
If there is anyone here who could tell me how to change the text color of that particular text in multiblock.php, I would be eternally grateful.