Child theme Mismatch
Hi,
I am new to Vantage.In order to make changes i have created the Vantage child Theme.
1.I created a file style.css in the child theme directory and added the below lines-
/*
Theme Name: My Vantage Child Theme
Version: 1.0
Description: A child theme for Vantage, the premium business directory theme for WordPress.
Author: Your Name
Author URL:
http://www.your-url.com
Template: vantage
*/
@import url("../vantage/style.css");
@import url("../vantage/styles/blue.css");
2.But when i had to make changes to the code from the dashboard ,it was taking me to the parent style.css for editing.So i copied and pasted the style.css code of parent theme in the style.css file of child theme and removed the line "@import url("../vantage/style.css");
But now my problem is ,i am not able to change the color scheme of child theme and there seems to be problem with the Home page widgets where we key in the words to search for a buisness listing.
Please let me know where i am wrong and what else i need to do.
I am totally confused.Please help.
Thanks!