Help with Jobroller Child Theme
Hi,
I'm brand new to creating child themes, so please bear with me.
I have created a child theme folder to work with Jobroller 1.7. The child theme has only a style.css inside.
The style.css only consists of the following code...
-(quote)
/*
Theme Name: JobRoller Child
Description: Child theme for JobRoller
Author: Takanakui
Author URL:
http://forums.appthemes.com/members/takanakui/
Template: jobroller
*/
@import url("../jobroller/style.css");
/*
* add bellow your css changes
*/
-(unquote)
The problem is when I activate the child theme, my site appears to have no style at all. (Incidentally I am not trying to modify the style just a few files within Jobroller).
I know this is a dumb question, but can anybody tell me what I'm doing wrong?
Thanks for any help.