Voicemail Indicators
Is it possible to completely hide the voicemail indicators within the panel on the user buttons? I found the following post: https://forum.fop2.com/discussion/4353/hide-voicemail-indicator-icons and followed the instructions recommended by nicolas to modify the CSS to hide the indicator, but as laid out in his concerns, the indicator re-appears for a user if a new voicemail is left. Can I hide these new indicators as well?
Best Answer
-
If anyone else comes across this, I was able to get it to work by adding the !important tag to prevent the JavaScript from making the element class visible again:
- Create the custom theme css file: /var/www/html/fop2/css/custom_theme/theme.css
- Add the following line to the file:
.mwi { display:none !important; visibility:hidden !important;}
- Save the file
- Reload the fop2 panel.