Create Child Theme assistance
I am attempting to create a child theme for Hirebee. I have created a style.css file and put it in the themes subdirectory. Here is the contents of the file:
/*
Theme Name: Hirebee Child
Theme URI: http: //www.myurl.com/
Description: My Hirebee Child Theme
Author: Content Admin
Author URI: http: //www.myurl.com/
Template: hirebee
Version: 0.1
*/
@import url("../hirebee/style.css");
@import url("../hirebee/style.min.css");
However the child theme does not show up properly. Can anyone give me input as to what I am doing wrong?
Thanks