Child theme stylesheet stopped working
Hi there - i've recently moved the site from a test bed to the live server - and now the child theme's stylesheet isn't accepting any changes. I had t install a custom CSS plugin to make any stylechanges.
Have you come across this before? do you know if there's anything that can be done to make the child stylesheet work again?
my child theme style sheet still has all the neccessary @import rules
/*
Theme Name: Korea Snow Theme
Version: 1.0
Description: A business directory theme for Korea Snow
Author: Sofia Woods
Author URL:
http://www.shortiedesigns.com
Template: vantage
*/
@import url("../vantage/style.css");
@import url("../vantage/styles/blue.css");
Thanks