child css broken?! template header missing?!
Hello I'm using the child theme, now I wanted to add some css code to it's style.css but it says something like:
"Missing template. Templates need an
index.php
. For Child-Themes a Template-Header needs to be in style.css
."The style.css in Design>Editor is empty. Now I put the template header from the original style.css there, but the error is still there and my styles of course are not showing in the front end.
Comments
you probably are using the child theme not properly. Please install the parent theme and the child theme and activate the child theme.
What you do next is up to you.
Here is more information about child theme:
https://codex.wordpress.org/Child_Themes
If you do not know how to change the child theme files you can add custom css into theme options>custom css&js>css
thanks
Thank you.