I'm using the code on this page http://drupal.org/node/316727
to show messages in a lightbox.

I'm using the twilight theme, and it looks like i should be able to change the colors of the messages in the style.css file, but when i change the color values, the messages don't change.

Comments

archi’s picture

Hello,

You have to changed the code for .messages in style.css for e.g : -

.messages {
background-color: #666666;
color: #ffffff;
}