Created child theme - home page not styled
Hi,
Creating child theme activity was pending for some time from my side for my new website. So I created a child theme as per instructions given in Tutorial.
Steps I followed:
1. Created "vantage-child" folder and created new file "style.css"
2. Copy pasted below code:
Code:
/*Theme Name: NearestHomefood Child Theme
Version: 1.0
Description: Child theme for NearestHomefood.
Author: NearestHomefood
Author URL: http://www.nearesthomefood.com
Template: vantage
*/
@import url("../vantage/style.css");
@import url("../vantage/styles/red.css");
3. Now my home page looks without any style and broken: http://nearesthomefood.com
4. I'm aware of widget problems, as I've read many threads dealing with that. So deleted all widgets in sidebars. Still same result.
5. Individual listing looks a bit ok.
Can somebody help?
Regards,
Praveen.