Title: Hide: Notification
Last modified: August 22, 2016

---

# Hide: Notification

 *  [wp](https://wordpress.org/support/users/ashraf-jibrael/)
 * (@ashraf-jibrael)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-notification/)
 * Hi Guys,
    Please, How can i hide the Notification on the Dashboard abu:
 * iThemes Security has noticed a change to some files in your WordPress site.
 * ?
    check please: [http://grab.by/Cs5m](http://grab.by/Cs5m)
 * Regrds
    A.J.
 * [https://wordpress.org/plugins/better-wp-security/](https://wordpress.org/plugins/better-wp-security/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [ingozoell](https://wordpress.org/support/users/ingozoell/)
 * (@ingozoell)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-notification/#post-5509337)
 * Hi A.J.,
 * you can add a admin.css file to your backend a hide this message by css:
 * functions.php:
 *     ```
       add_action( 'admin_enqueue_scripts', 'load_admin_style' );
       function load_admin_style() {
       wp_enqueue_style( 'admin_css', get_stylesheet_uri() . '/css/wp-admin.css', false, '1.0' );
       }
       ```
   
 * Regrads
    Ingo
 *  Thread Starter [wp](https://wordpress.org/support/users/ashraf-jibrael/)
 * (@ashraf-jibrael)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-notification/#post-5509338)
 * Thanks a lot, So I will add your code above on my functions.php file.
 * But about admin.css what i must do with it ?
 * Regards
    A.J.
 *  Thread Starter [wp](https://wordpress.org/support/users/ashraf-jibrael/)
 * (@ashraf-jibrael)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-notification/#post-5509349)
 * I tried your code but it is not working, What must i add on a admin.css file
 * Regards
    A.J.
 *  Thread Starter [wp](https://wordpress.org/support/users/ashraf-jibrael/)
 * (@ashraf-jibrael)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-notification/#post-5509395)
 * Hi sir,
    Please, I added your code on : functions.php add_action( ‘admin_enqueue_scripts’,‘
   load_admin_style’ ); function load_admin_style() { wp_enqueue_style( ‘admin_css’,
   get_stylesheet_uri() . ‘/css/wp-admin.css’, false, ‘1.0’ ); }
 * and i created admin.css file also, but what must i put on it ?
 * Thanks
    A.J.
 *  [iThemes Support](https://wordpress.org/support/users/ithemes-support/)
 * (@ithemes-support)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-notification/#post-5509420)
 * Hey A.J.,
 * When you click the dismiss button it doesn’t remove the message? Could you try
   clearing your cache?
 * Thanks,
 * Gerroald
 *  Thread Starter [wp](https://wordpress.org/support/users/ashraf-jibrael/)
 * (@ashraf-jibrael)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-notification/#post-5509425)
 * Yes sir, Fixed,
 * Thanks a lot.
    A.J.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Hide: Notification’ is closed to new replies.

 * ![](https://ps.w.org/better-wp-security/assets/icon.svg?rev=3529351)
 * [Kadence Security – Password, Two Factor Authentication, and Brute Force Protection](https://wordpress.org/plugins/better-wp-security/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/better-wp-security/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/better-wp-security/)
 * [Active Topics](https://wordpress.org/support/plugin/better-wp-security/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/better-wp-security/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/better-wp-security/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [wp](https://wordpress.org/support/users/ashraf-jibrael/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/hide-notification/#post-5509425)
 * Status: not resolved