A simple plugin allowing you to add some CSS rules to customize your theme to your liking.
The plugin depends on the usage of <?php wp_head(); ?>. So your
header.php file should look something like
<head> .. <?php wp_head(); ?> .. </head>
Make sure that your CSS styles are not overridden by <style />
elements later in your HTML code. It's therefore advised to add <?php
wp_head(); ?> near </head>, preferable
<head> .. <?php wp_head(); ?></head>
Make also sure that your CSS rules are really picked up! It might very well be the case that your CSS rules are overriden by another CSS rules which is more selective! Try to use the "!important" rule when in doubt.
Requires: 2.0.2 or higher
Compatible up to: 2.9.2
Last Updated: 2009-11-3
Downloads: 1,231
Got something to say? Need help?