Using a child theme
Hello,
I am trying to use a child theme. I only use style.css and its working fine. But, when I use the child theme, the headings disappear. Like "Categories", "Featured Ads" etc. They just dont show up. If I use the base theme, the headings display.
The Disable Core Stylesheets is set to Yes, and in my child style.css I have
@import url("../classipress/style.css");
@import url("../classipress/styles/green.css");
and the other styling options.
Any ideas? Thanks