*I've activated my child theme (even switched to a different theme and then back again).
*Got rid of every other line except : @import url("../sliding-door/style.css"); I read that here-->(viewtopic.php?f=9&t=1880)
*deactivated all three of my plug-ins
*I'm aware the template is case sensitive
*when I visit my host and look up the "sliding door child"file, I can see the attempted change in style.css, but no changes are visible (for example: if I wanted to change the color of text from white to red).
What else could it be???!!!
Here's what I got:
- Code: Select all
/*
Theme Name: sliding door child
Description: Child Theme for Sliding Door
Template: sliding-door
Version: 0.1
*/
@import url("../sliding-door/style.css");
@import url("../sliding-door/dark.css");
@import url("../sliding-door/light.css");
@import url("../sliding-door/imagemenu/imageMenu.css");
