VANTAGE: Theme Style Non-Functional with Child Theme
I noticed that you need to add an extra line in the style.css to get the theme style you want with Vantage when a child theme. Not only that but it makes the theme style drop down menu in the Wordpress backend non-functional.
Is there a fix under way for this? I know it's nitpicking; but, I was just curious.
These are the lines I was referring to:
Code:
@import url("../vantage/style.css");
@import url("../vantage/styles/green.css");