I am trying not to effect the styling of the Drupal 7 admin pages with my sub-theme CSS files. Is there a proper way to do this?
Asked
Active
Viewed 944 times
1 Answers
2
They probably have the same theme the admin interface and your site. You have to set a different theme for the administration interface on http://yoursite/admin/appearance

Miguel Lomelí
- 1,224
- 1
- 10
- 17
-
2This was not the case in my particular situation. The Administration Theme was set to a theme titled "Seven" (which is different from my front-end theme). But, your answer lead me to a checkbox on the admin/appearance page, "Use the administration theme when editing or creating content" and checking this box solved my problem. Thanks! – llovelett Feb 20 '13 at 15:21