I am using Patagonia 1.5.1 on a test WP install.
I have set up a 'child theme' folder with the css file:
/*
Theme Name: testPatagonia
Theme URI: ****************
Description: Testing WordPress Child Themes
Author: ****************
Author URI: ********************
Template: patagonia 1.5.1
Version: 1.0
*/
@import url("../patagonia 1.5.1/style.css");
#header{
padding: 1px 0px;
margin: 0;
background: #ccc;
height:186px;
}
body{
background: #749057;
}
This does NOT change the styles from the parent.
I have no trouble getting the styles I want working by editing the parent styles.css, but i am really hoping to create a 'child theme' for all the changes I want and need to make.
This will include (i hope) being able to put copies of the other template.php files into this folder.
I have followed the directions for this from the codex as well as several other websites.. I just don't understand why it isn't working??
any help?
thanks
~bobbi