Sitewide board announcement icon

Change the sitewide board announcement icon.

Overview

The default warning exclamation icon is displayed.
Hide the default icon using custom CSS and replace it with your own image by adjusting the display properties and specifying the new image source and styling.

Answered
ct ctweed 16 Feb, 2020
How can I change the icon from the warning exclamation which appears next to this please?
ct ctweed 21 Feb, 2020
Answer
I don't know if this is exactly the best way, but I can at least contribute something back here ;-)

In the board announcement box, I added this - just replace the path and margins as required:
<style>li { list-style-type:none;}</style><style><style>i.warning.icon {display:none;}</style><style>i.warning.icon:before {display:none;}</style><img src="images/site/logo_64x64.gif" style="margin-left:-42px;margin-right:16px;width:64px;height:64px;">Welcome to the Forums!
This topic is locked and no more replies can be posted.