Viewing 1 replies (of 1 total)
  • Instead of changing style information in the car demon files, I suggest using another plugin to store changes. (You don’t want to worry about any future updates replacing the files you edit)

    I just used the “Simple Custom CSS” plugin to overwrite the default CSS on a site I’m working on.

    To make this work you need to make a small change to the car-demon/car-demon.php file (plugin version 1.3.0)

    /* original
    add_filter('wp_print_styles', 'car_demon_header');
    */
    add_filter('wp_enqueue_scripts', 'car_demon_header');

    Using wp_print_styles loads the car demon style sheets after the new custom css stylesheet from the new plugin. Making the change fixes the order of the stylesheets in the html header

Viewing 1 replies (of 1 total)
  • The topic ‘Car Demon Theme Trouble’ is closed to new replies.