Parent styles not importing
I haven't been able to solve this problem by viewing other posts so I'm creating another one in hopes of getting this solved.
1. I have created another folder in my themes folder for my child theme.
2. I then created a styles.css file with the below code:
/*
Theme Name: S2SBooks Child
Theme URI: http://appthemes.com/">
http://appthemes.com/
Description: A Child Theme for S2SBooks
Author: Gary Schroeder
Author URI:
www.s2sbooks.com
Template: classipress
Version: 0.0.1
*/
@import url('../classipress/style.css');
This is per Lynda.com's tutorials.
Unfortunately the parent style is not being applied to my site. Any feedback would be much appreciated.