Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Apr 28, 2020 1:45 pm
Hi,
is there any way to change the colour of the notification bell? I's rather prefer an more aggressive red like on Facebook.
Thanks for caring and maybe an idea,
Bernd
2 Replies
Apr 28, 2020 1:52 pm
Hi @berndg,
Use the CSS code below:
i.fas.fa-bell {
color: #ed0c0c !important;
}
/*If you want to change the count, use this one as well. */
span.wpf-alerts-count {
color: #ed0c0c !important;
}
You can change the red marked code as you like.
In case if you use the "My Profile and Notifications Widget" widget, please put the code in Top Black Admin Bar > Customize > Additional CSS textarea
Apr 28, 2020 2:54 pm
Thanks a lot for the fast reply and the code!
Yours, Bernd