Parent theme loads after child theme
-
Hi,
I created a multisite for my website: http://www.leslieghekiere.com and http://www.leslieghekiere.com/en
I set up a child theme for my both using Twenty Eleven (light). But the changes I made to my child style.css are not overriding my parent theme.this is the code I used for creating my child style.css
/*
Theme Name: Twenty Eleven Child
Template: twentyeleven
*/@import url(“../twentyeleven/style.css”);
What I wanted to do was remove the title on each page. When I copy/paste the text from the content-page.php into the child style.css and remove the title line, nothing changes. I tested it with removing that line in my parent style.css, then the title was gone on my site. But it would be better when I can do it in my child style.css. When I viewed the source code for the website, I found that the parent is being loaded after the child. Is there a way to change the order so that the child is being loaded after the parent?
The topic ‘Parent theme loads after child theme’ is closed to new replies.