Child theme CSS not importing from Parent theme
-
So I just created a new child-theme using the 2011 theme for my website and I followed the following steps.
I created a file ‘style.css’ in the child theme and entered the following:
/* Theme Name: Twenty Eleven Child Theme URI: http://www.mindfulchamber.com/ Description: Child theme for the Twenty Eleven theme Author: Shruthi Mudireddy Template: twentyeleven Version: 0.1.0 */ @import url("../twentyeleven/style.css");Despite this, my website has not imported any style from the parent theme. I have tried everything. Help would be much appreciated.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘Child theme CSS not importing from Parent theme’ is closed to new replies.