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