May 17, 2024 2:50 am
Due to the recent upgrade, the Notification Bell in the upper right hand corner has changed to Red. For some unknown reason, the variable names were changed in the code so my settings in the CSS no longer applies. Please provide the appropriate New variables for the notification Bell - the old ones were wpf-alerts .fa-bell and i.fas.fa-bell.
2 Replies
May 17, 2024 4:59 am
Hi @slite ,
The bell icon has been changed to svg, so you should use the following CSS to set correct color for inactive and active bell:
#wpforo #wpforo-wrap .wpf-alerts .wpf-bell{ color: #999999; } #wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts.wpf-new svg { color: #ff812d; }
May 18, 2024 12:49 am
Thanks.