How to: remove the admin bar styles from the head?
-
Just curious..
Is there a way to remove the CSS styles only from the head section?
Those styles are ugly and i would like to add them to the stylesheet’s reset.
So i don’t wanna remove the entire Admin bar function i only would like the CSS styling removed from my head. Because it just looks ugly.
<style type="text/css" media="print">#wpadminbar { display:none; }</style> <style type="text/css" media="screen"> html { margin-top: 28px !important; } * html body { margin-top: 28px !important; } </style>
Anybody who can help me with that?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to: remove the admin bar styles from the head?’ is closed to new replies.