Page 1 of 1

[Solved] changing the upload smilies message font color

PostPosted: Thu May 03, 2007 11:32 am
Author: zenrei
Your phpBB Version: 2.0.22
phpBB Type: phpBB / IMPortal
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: http://falloutzone.net

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

here's an easy one for you.

you know when you upload smilies, you get message:

upload successful, smiley added to the database (or whatever)

it's a light blue box with white font lettering.

how do i change the font color to black?

it's really hard to read the way it is.. i know there was a similar post for crackertracker messages, which was AWESOME... but i did a search and couldn't find out how to do it for smiley uploads

Thanks!!

Re: changing the upload smilies message font color

PostPosted: Thu May 03, 2007 3:12 pm
Author: Whisky
You dont have to apply the crackertracker messages fix here (adding a new class), there's already a specific class in the CSS for these error messages:

OPEN /templates/yourtheme/yourtheme.css

FIND
[code]/* This is for the error messages that pop up */  .errorline{background]

[b]REPLACE WITH]
[code]/* This is for the error messages that pop up */  .errorline{background]
and change the background color (background:#add8e6) and text color (color:#000000) there if you want, I turned the text to black it should be enough... <img>

PostPosted: Thu May 03, 2007 7:01 pm
Author: zenrei
OUTSTANDING!!

That's exactly what i needed

THANK YOU!!