Notifications
Clear all

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.

 

wpForo 1.x.x [Solved] Colour of notification bell

3 Posts
2 Users
1 Reactions
1,077 Views
Posts: 243
Topic starter
(@berndg)
Reputable Member
Joined: 7 years ago

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
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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

Posts: 243
Topic starter
(@berndg)
Reputable Member
Joined: 7 years ago

Thanks a lot for the fast reply and the code!

 

Yours, Bernd