Notifications
Clear all

[Solved] Two notification bells

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

Hi,

changing the colour of the notification bell worked partially with @Robert s hint here. So far, so good, but WPForo shows two notification bells, but I know only how to adress one of them (Screenshot added).

How can I adress both, or, even better, get rid of one?

Thanks for caring, Bernd

2 Replies
Tutrix
Posts: 1333
(@tutrix)
Noble Member
Joined: 4 years ago

@berndg 

#wpforo #wpf-widget-profile .wpf-widget-alerts, #wpf-widget-profile .wpf-widget-alerts{color: #999999;}
#wpforo #wpf-widget-profile .wpf-widget-alerts svg, #wpf-widget-profile .wpf-widget-alerts svg{color:#999999;}
#wpforo #wpf-widget-profile .wpf-widget-alerts.wpf-new svg, #wpf-widget-profile .wpf-widget-alerts.wpf-new svg{color: #ff812d;}
#wpforo #wpf-widget-profile .wpf-widget-alerts .wpf-alerts-count, #wpf-widget-profile .wpf-widget-alerts .wpf-alerts-count{color: #ff812d;}

>> https://wpforo.com/docs/wpforo-v2/settings/forum-notifications/

1 Reply
(@berndg)
Joined: 6 years ago

Reputable Member
Posts: 243

@tutrix Thanks a lot!