Hi, I am hoping to get some specific help, I have read all the other postings on this topic. It is possible I am just missing a comma or something, but nothing has worked.
I just switched to responsive, and updated to 3.5.2. I started a child theme using the directions on the wordpress codex. I had been changing my old theme (Hero) directly, but decided to do the recommended path of using a child theme when I switched to Responsive.
Here is what I have in the new stylesheet. I am 90% sure it is in the correct folder and is activated.
/*
Theme Name: responsive child
Author: Alison Moynihan
Template: responsive
*/
@import url('../responsive/style.css');
/*edits*/
body {
color:#0b260b;
}
.widget-wrapper {
background-color: #ceeeff;
border: 2px solid #95d95d;
}
Thank you for taking a look.