MyBB Community Forums

Full Version: Private Message Alert (Color)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,

one question. ^^

Does anyone knows, how I can change the color ot the background/font, when a private message alert appears?

Greets,

David
global.css

.pm_alert {
background: #FFF6BF;
border: 1px solid #FFD324;
text-align: center;
padding: 5px 20px;
font-size: 11px;
}
Ah, great! It works.

The border-color is not for the font, right?

Because I didnt find the color-code for the font.
Ooh you're right.
Give me a minute, I'll try and find the line you'll need to add.
That would be great! Smile
Ok... if you add:
color: red;
After the font size, it should change the colour to red.
Okay, i will try it! Otherwise the background color will do the job. Many thanks!
If it doesn't I'll try and look again... that was the only line that I thought could change the colour in global.css
Yeah, it works perfect! Smile Very nice.
Great Big Grin
If you ever want it, you can also use:
text-decoration: bold, underline, italics;
Smile
Pages: 1 2