Child Theme for 1.7 Not Working
Here is what I have in the style.php to use my custom css.
@import url("../jobroller-1.7/style.css");
@import url("css/childstyle.css");
I have also tried:
@import url("../jobroller/style.css");
@import url("css/childstyle.css");
This is the same way I did it for 1.6.5...yet it is not using the css!!!