after the system bumped an old topic, and the topic gets some new replies, the bumping notification is not needed anymore. and it’d be less distracting if the system message gets deleted.
our admins do this by hand. I wonder if there could be a feature to remove the notification automatically.
Agree it is a very good idea to keep this, especially as @codinghorror mentioned, it is relevant and important information; however:
If you must get rid of it, in this example (on the image, not on the actual notice) try a simple jQuery or a JS selector since the p element of that “auto bumped” notification has no CSS class nor id (see image). Looks like the closest class is “content” but I am guessing that class (did not check the source) appears more than once; so it might take some “selector finesse” to select it…