It's a basic WP notice and it should disappear after clicking the X button... But if it isn't, then do the following.

Go on the functions.php file and delete line 495 which should look like this (if this code is not on line 495 find it in the nearby and delete it): 

 

add_action('admin_notices', 'mesh_custom_admin_notice');


Cheers'