Hello guys MyAlerts doesn't show up red when I have new alerts
here is a screenshot:
![[Image: mbwZQ46.png]](https://camo.mybb.com/055389880232db5ad136d475f120966c1e2a9dbe/68747470733a2f2f692e696d6775722e636f6d2f6d62775a5134362e706e67)
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]](https://camo.mybb.com/ec916709302c3860bc6d565f305e27e3ef5d45e3/68747470733a2f2f692e696d6775722e636f6d2f58786b797563562e706e67)
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
MyAlerts still shows like this
![[Image: XzJrtl8.png]](https://camo.mybb.com/1343129df8e615223aa9533b6fff6faf9f51e9e8/68747470733a2f2f692e696d6775722e636f6d2f587a4a72746c382e706e67)
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
