My website URL is dentzfarm.com
Do you still deal with the problem?
The website works fine for me (win-8.1, Firefox) …
But the child-css looks a bit odd
/*Theme Name: Dentz Farm Child Theme
Theme URI: http://www.dentzfarm.com
Description: A custom child theme for Dentz Orchards and Berry Farm.
Author: Cathy Dentz
Author URI: http://www.dentzfarm.com
Template: customizr
Version: 0.1
*/
@import url(“../customizr/style.cssâ€);
.carousel-caption {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
}
The @import-line should look like this …
@import url("../customizr/style.css");
-
This reply was modified 8 years, 11 months ago by
rengeiw.
-
This reply was modified 8 years, 11 months ago by
rengeiw.
Hi,
Please remove the import code in your child theme’s style.css
It’s most likely the cause of your issue.
There is no need to import style.css of customizr theme, because there is no style code in it.
Thank you
There is no need to import style.css of customizr theme, because there is no style code in it.
The import-rule is automatically inserted when using “childify me” to create the child. As long as the syntax is right it does no harm.
Thread Starter
Cathy
(@cathy-dentz)
I appreciate both responses. I looked at the child-css and the import line that I could see looked fine (as you suggested). Then I tried removing the line just to see what would happen and I still get the same error message. I put it back in just in case it may be important down the road.
Any other thoughts as to why I’m getting this error message?