Child Theme for JobRoller 1.6.4
I am trying to create a child theme and everything is fine but it is not using my css. I followed the instructions for JobRoller 1.6 and nothing.
Here is part of my css:
/*
Theme Name: My JobRoller Child Theme
Version: 1.6.4
Description: A child theme for JobRoller, the premium job listing theme for WordPress.
Author: xxxxxxx
Template: jobroller
*/
@import url("../jobroller/style.css");
*{margin:0; padding: 0;}
img{border:none !important;}
:focus{outline:none;}
ul{list-style: none;}
.clear{clear:both;}
a{text-decoration: none; color:#8c002e;}