Title: [Plugin: AG Custom Admin] Doesn&#039;t hide the &quot;Fluency Admin&quot; message..
Last modified: August 20, 2016

---

# [Plugin: AG Custom Admin] Doesn't hide the "Fluency Admin" message..

 *  [erick_paper](https://wordpress.org/support/users/erick_paper/)
 * (@erick_paper)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-ag-custom-admin-doesnt-hide-the-fluency-admin-message/)
 * It does change the WordPress footer, but the stuff added by Fluency Admin remains.
 * Any ideas?
 * [http://wordpress.org/extend/plugins/ag-custom-admin/](http://wordpress.org/extend/plugins/ag-custom-admin/)

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

 *  [WAP Support](https://wordpress.org/support/users/argonius/)
 * (@argonius)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-ag-custom-admin-doesnt-hide-the-fluency-admin-message/#post-2330126)
 * This is not supported by AG Custom Admin, because it is Fluency Admin specific
   problem, and not WordPress/AGCA related. However, you could fix this if you hard-
   code some values in plugin.php. So, open plugin.php file and add this line
 * `jQuery("#footer p:first").hide();`
 * after first line that starts like this
 * `jQuery(document).ready(function() {`
 * That should do the trick.
 *  Thread Starter [erick_paper](https://wordpress.org/support/users/erick_paper/)
 * (@erick_paper)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-ag-custom-admin-doesnt-hide-the-fluency-admin-message/#post-2330127)
 * Thanks, but I notice that with AG, the admin area becomes slow. There’s a pause
   when a page loads.
 * That’s unacceptable to me.
 * Is there any page where I can put my own CSS for the admin area? I can then hide“#
   footer p:first”.
 * Thanks!
 *  [WAP Support](https://wordpress.org/support/users/argonius/)
 * (@argonius)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-ag-custom-admin-doesnt-hide-the-fluency-admin-message/#post-2330130)
 * Hmm.. not sure what’s that. You could try also to clear browser’s cache before
   reloading page. Yes, you could use ag_style.css inside style folder to add custom
   styles. Add this style as a fix:
 *     ```
       #footer p:first-child{
       	display:none;
       }
       ```
   
 * Otherways, the only option is to manualy remove footer content in Fluency plugin.
 * Cheers
 *  Thread Starter [erick_paper](https://wordpress.org/support/users/erick_paper/)
 * (@erick_paper)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-ag-custom-admin-doesnt-hide-the-fluency-admin-message/#post-2330139)
 * Thx so much!!! This works 🙂
 * Do you know how to remove “You are using WordPress 3.2.1” in the Dashboard area
   in “Right Now” section?
 *  [WAP Support](https://wordpress.org/support/users/argonius/)
 * (@argonius)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-ag-custom-admin-doesnt-hide-the-fluency-admin-message/#post-2330156)
 * You’re welcome:)
    Try with this CSS fix
 *     ```
       #dashboard_right_now .versions #wp-version-message{
             display:none;
       }
       ```
   
 * or just
 *     ```
       #wp-version-message{
             display:none;
       }
       ```
   
 * Cheers

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

The topic ‘[Plugin: AG Custom Admin] Doesn't hide the "Fluency Admin" message..’
is closed to new replies.

 * ![](https://ps.w.org/ag-custom-admin/assets/icon.svg?rev=2928712)
 * [AGCA - Custom Dashboard & Login Page](https://wordpress.org/plugins/ag-custom-admin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ag-custom-admin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ag-custom-admin/)
 * [Active Topics](https://wordpress.org/support/plugin/ag-custom-admin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ag-custom-admin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ag-custom-admin/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [WAP Support](https://wordpress.org/support/users/argonius/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-ag-custom-admin-doesnt-hide-the-fluency-admin-message/#post-2330156)
 * Status: not resolved