Plugin Directory

Custom Style

A simple plugin allowing you to add some CSS rules to customize your theme to your liking.

No <style>..</style> in my <head /> element?

The plugin depends on the usage of <?php wp_head(); ?>. So your header.php file should look something like

       <head> .. <?php wp_head(); ?> .. </head>

There is a <style>.. in my < element - no visible effect though!?

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

Average Rating

4 stars
(2 ratings)

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

100,1,1
100,1,1 100,1,1 100,1,1
100,1,1
100,1,1
100,1,1