Child themes with Modular CSS, help!!!!!!
-
I’m going crazy here, I am trying ‘in vain’ to create a child theme of Mazine theme… everything looks great, but yeah sure thats because its still pulling the css from the parent. I just cant see where I’m going wrong! It appears to pull in the style.css but the modular css is the parent!
code
/*
Theme Name: KoolBee_child
Description: KoolBee child theme
Author: Cerilia
Template: mazine
Version: 0.1(optional values you can add: Theme URI, Author URI, Version)
*/@import url(“../mazine/style.css”);
@import url(“../mazine/css/fonts/fonts.css”);
@import url(“../mazine/css/reset.css”);
@import url(“../mazine/css/960.css”);
@import url(“../mazine/css/styles.css”);
@import url(“js/fancybox/jquery.fancybox-1.3.4.css”);
@import url(“js/jquery-tooltip/jquery.tooltip.css”);
code
- The topic ‘Child themes with Modular CSS, help!!!!!!’ is closed to new replies.