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.

 

[Solved] Two notification bells

3 Posts
2 Users
1 Reactions
489 Views
Posts: 243
Topic starter
(@berndg)
Reputable Member
Joined: 7 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 7 years ago

Reputable Member
Posts: 243

@tutrix Thanks a lot!