Child theme has lost the formatting of the parent
-
I created a child theme using the TwentyEleven theme as a parent, so that I can change the font type and size of the site header and description, but the child theme doesn’t seem to be picking up the formatting from the parent. The new style sheet is called style.css and is saved in a new folder called twentyeleven-child which is at the same level as the twentyeleven folder.
The contents of the style.css file for the child theme are below:
/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme
Author: Your name here
Template: twentyeleven
*/@import url(‘../twentyeleven/style.css’);
#site-title a {font: bold 50pt “Lucida Calligraphy”, Verdana, Arial, sans-serif;
}#site-description a {font: bold 14pt “Lucida Calligraphy”, Verdana, Arial, sans-serif;
}I checked some other posts on this issue and replaced double quote marks with single for the url, but no improvement. I have also tried making a twentytwelve child theme instead but still no joy.
Thanks in advance for your help.
- The topic ‘Child theme has lost the formatting of the parent’ is closed to new replies.