ClassiPress Child Theme trouble
Hello
I'm following the instructions on creating a child theme.
1) created the child theme folder
2) created a style.css file
3) within the style.css file added the meta information i.e.
/*
Theme Name: My ClassiPress Child Theme
Version: 1.0
Description: A child theme for ClassiPress, classified ads theme.
Author: Your Name
Author URL:
http://www.your-url.com
Template: classipress
*/
4) added: @import url("../classipress/style.css");
However when I activate the child theme, the site appears but the site does not look like the original. I presume it would since the stylesheet is being imported across.
I have also tried it buy just copying the style.css across from classipress.
Please can you help, I'm sure it's something really simply.
Thank you
Sam