I’ve recently (latest update) been welcomed to my stats page with this annoying message:
Can anyone tell me how to remove that offensive red “did you know” message?
Edit:
Looks like adding:
.gotonewdash {display: none;}
to wp-admin/css/wp-admin.min.css did the trick of hiding it, but according To Tom J Nowell, this is a big no-no. Does anyone have recommendation for doing this properly?
The next level up would be an inline style in the head using a hook in a dedicated plugin or theme functions.php:
Next level up after that would be an admin.css in a plugin with
is_admin()
andwp_enqueue_style