MyBB Community Forums

Full Version: MyAlerts doesn't show Red when I have New Alerts coming up - Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys MyAlerts doesn't show up red when I have new alerts
here is a screenshot:

[Image: mbwZQ46.png]
Hi,

You need to add some custom CSS to change the colour of the alerts text when there are new alerts. Something like this should work:

.alerts--new a {
  color: red !important;
}
(2018-04-06, 10:24 PM)Euan T Wrote: [ -> ]Hi,

You need to add some custom CSS to change the colour of the alerts text when there are new alerts. Something like this should work:

.alerts--new a {
  color: red !important;
}

Ok and where would it be ?
ACP > Templates & Style > *YOUR THEME* > alerts.css.
(2018-04-07, 05:09 AM)Euan T Wrote: [ -> ]ACP > Templates & Style > *YOUR THEME* > alerts.css.

It's already red the code... still it doesn't show up red!

[Image: XxkyucV.png]
The CSS should be ".alerts--new a", as I posted above.
(2018-04-07, 05:36 PM)Euan T Wrote: [ -> ]The CSS should be ".alerts--new a", as I posted above.

So I add the CSS after this ?

https://i.imgur.com/PatsIB6.png

I added it and it still doesnt work
[Image: G89JrXH.png]

MyAlerts still shows like this [Image: XzJrtl8.png]
Can you send me your forum URL and details for a test account?
Finally i got alerts working thanks for your help
No problem, glad you got it fixed Smile