MyBB Community Forums

Full Version: The PM alert bar help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi you know when you have an PM then that bar comes up
well when I put the plugin are you back it uses the same bar
but the writing is white like the background of the bar

how can i change the color please help
In the INSTALL file of the plugin there is a description on how to style the Are you back-notice:
Quote:STYLING (optional)
=======
If you would like to give the notices another color to match your theme
go to Admin CP > Templates & Style > Themes. Go into your theme and
click "Add stylesheet". Give it a name (ex. custom_areyouback.css),
attach it globally and select the radio button "Write my own content".
Then paste in the following code and change the colors to match your theme:

.areyouback_yellow {
background-color: blue !important;
border-color: white !important;
}

.areyouback_red {
background-color: #AAA !important;
border-color: #DDD !important;
}

And save the stylesheet.

To change the text-color set the color-attribute.

I hope this answers your question.
wow thank you much +rep for you
Now it comes up with 2 are you back bars HELPPP