PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Change color of font of answers in admin panel

  1. insightquote1
    Member

    Is there a way to change the color of the font of the "answers" for the form in the admin panel when viewing the form in the backend admin panel?

    Posted 12 years ago on Wednesday April 3, 2013 | Permalink
  2. To change the display of anything in the admin, you will have to add an admin stylesheet. Here is how you can add an admin stylesheet: http://pastebin.com/SjbttZwB

    You will have to create a file called wp-admin.css and add the specific rules there to change what you want in the entry view. View the source of the page to get an idea of what elements you want to target, or use a took like Firebug or the Web Developer Toolbar to find out the ID or Class of the elements you want to restyle.

    Posted 12 years ago on Monday April 8, 2013 | Permalink