Child theme doesn't import parent's stylesheet
-
I’ve googled and searched wordpress support but I haven’t been able to to find the answer to this. I’m trying to make a child theme of the Green Stimulus theme (https://github.com/livelylabs/Green-Stimulus-WordPress-Theme). The child theme activates but doesn’t import the parent’s stylesheet.
Here’s the code in the child theme’s style.css file:
/* Theme Name: Green Stimulus Child Template: green-stimulus */ @import url("../green-stimulus/style.css");
I got rid of everything but the required comments as per this suggestion. I don’t have any code after the import rule.
The site is at https://www.safeart.org/blog/
Here’s a screenshot of the parent theme on my site: https://i.imgur.com/NHo33.pngI made a child theme for Yoko and it did the same thing, but a child theme of TwentyEleven worked fine. Is it something to do with the parent theme’s style.css? Any idea how to fix this?
- The topic ‘Child theme doesn't import parent's stylesheet’ is closed to new replies.