• The Simpler CSS is not overriding the various theme CSSs

    Looking into the head I can see that the css generated by this plugin is being inserted in the head BEFORE the CSSs of the theme that I am using. This kinda makes this plugin almost pointless. As I gather the point of this plugin is to override the theme styles.

    I know that the theme and this plugin are both using the wp_head hook to insert their CSS into the head.

    Ive spent some time with google trying to find a solution to this problem, ie the problem of ordering within the head when using wp_head.

    The only joy I have found is the possible use of: http://codex.wordpress.org/Function_Reference/wp_enqueue_style

    Which from reading some forum posts seems to suggest that one can effect the ordering of your css by using this function.

    cheers

    http://wordpress.org/extend/plugins/imporved-simpler-css/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Improved Simpler CSS] The Simpler CSS is not overriding the theme CSS’ is closed to new replies.