Notifications
Clear all

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

3 Posts
2 Users
1 Reactions
995 Views
Posts: 243
Topic starter
(@berndg)
Reputable Member
Joined: 6 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: 5090
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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: 6 years ago

Thanks a lot for the fast reply and the code!

Β 

Yours, Bernd