Title: admin.css load for all admin pages
Last modified: August 21, 2016

---

# admin.css load for all admin pages

 *  [sgPlanwize](https://wordpress.org/support/users/sgplanwize/)
 * (@sgplanwize)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/admincss-load-for-all-admin-pages/)
 * Hi zend team,
 * Seems that the file `admin.css` is loaded on every admin page and make my font
   size to be 12px.
    Please change this rule:
 *     ```
       .form-table td {
         font-size: 12px;
       }
       ```
   
 * or load the file only on zendesk pages
 * [http://wordpress.org/plugins/zendesk/](http://wordpress.org/plugins/zendesk/)

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

 *  [John Sundberg](https://wordpress.org/support/users/bhwebworks/)
 * (@bhwebworks)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/admincss-load-for-all-admin-pages/#post-4419148)
 * I see this CSS issue still hasn’t been addressed.
 * Like the OP mentioned, line 382 in /wp-content/plugins/zendesk/css/admin.css 
   should be corrected, or simply eliminated, as it’s overriding CSS on other non-
   Zendesk WP admin pages.
 * And out of curiosity, why would you want to use a font-size as small as 12px?
 * Adding this class will fix the problem:
 *     ```
       .toplevel_page_zendesk-support .form-table td {
       	font-size: 12px;
       }
       ```
   
 * Thanks!
 *  Thread Starter [sgPlanwize](https://wordpress.org/support/users/sgplanwize/)
 * (@sgplanwize)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/admincss-load-for-all-admin-pages/#post-4419151)
 * I won’t wait for them to fix it.
    Just hook in to the “admin_head” action and
   put the amended CSS rule, it would take precedence of other rules
 *  [John Sundberg](https://wordpress.org/support/users/bhwebworks/)
 * (@bhwebworks)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/admincss-load-for-all-admin-pages/#post-4419152)
 * Yeah, I agree, it seems that this plugin has been abandoned. Too bad, though 
   fortunately it’s still working for the most part.
 * For anyone else reading this, you also need to add something like this to undo
   the .form-table td CSS damage:
 *     ```
       .form-table td {
       	font-size: inherit !important;
       }
       ```
   

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

The topic ‘admin.css load for all admin pages’ is closed to new replies.

 * ![](https://ps.w.org/zendesk/assets/icon-256x256.png?rev=1522831)
 * [Zendesk Support for Wordpress](https://wordpress.org/plugins/zendesk/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zendesk/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zendesk/)
 * [Active Topics](https://wordpress.org/support/plugin/zendesk/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zendesk/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zendesk/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [John Sundberg](https://wordpress.org/support/users/bhwebworks/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/admincss-load-for-all-admin-pages/#post-4419152)
 * Status: not resolved