Hello, I have created a child theme from your Daily Miner theme (it's a superb theme!). I am modifying the theme using my own .CSS file and read and followed your instructions regarding adding a static logo (my logo is called nslogo2.jpg) and the logo still doesn't appear. I have commented out the 'rotating' section. I have checked and have all the files in the right place (nslogo2.jpg is in the images folder inside the main theme folder. Can anyone help? See below for the code in my .css file.
/*****ROTATING LOGO IMAGE*****/
/*.logo { background: url(images/logo/rotate.php) no-repeat; margin: 10px; padding: 0; width: 465px; height: 225px; border: 5px groove #666b18; }*/
/*****STATIC LOGO IMAGE*****/
.logo { background:url(images/nslogo2.jpg) no-repeat; margin: 10px; padding: 0; width: 465px; height: 225px; border: 5px groove #666b18; }
