why is my child theme unstyled?
I created a child theme by following the instructions and it appears on my dash board. when I activate it its unstyled.
I used this in my child theme style sheet:
/*
Theme Name: My Vantage Child Theme
Version: 1.0
Description: A child theme for Vantage, the premium business directory theme for WordPress.
Author: mike
Author URL: http:/servicesnanaimo.com
Template: vantage
*/
@import url("../vantage/style.css");
@import url("../vantage/styles/blue.css");
I know if you remove @import it is unstyled but Ive left it as is and it still unstyled any suggestions??