Hi All.
I am using a child theme for thematic and all is going relatively well except when I am trying to add a couple background images in my css.
The images folder is located inside my child theme and my default.css file is located in a folder in the theme as well. Which makes my path to the image like so:
.entry-date abbr .published{
background: transparent url(../images/homeworks_date.jpg) no-repeat middle center;
}
But it isn't showing up! And by all accounts it should be. Same for this one:
.syn li{
background: transparent url(../images/rss.gif) no-repeat middle left !important;
padding: 0 5px 0 10px !important;
font-family: Verdana, Arial, sans-serif;
}
Everything else in that declaration is showing. So what gives?
Url is here http://blog.homeworksetcdesigns.com/