Notifications
Clear all

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

3 Posts
2 Users
1 Likes
804 Views
Posts: 241
Topic starter
(@berndg)
Reputable Member
Joined: 5 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: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 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: 241
Topic starter
(@berndg)
Reputable Member
Joined: 5 years ago

Thanks a lot for the fast reply and the code!

 

Yours, Bernd