Hi
Missing something...
Followed a couple of logo editing tutorials.
Have made new logo.png in Fireworks.
Uploaded to proper directory.
On the site the mouse rollover seems to work but the image is not appearing.
I've tried six different pngs and tried to go back to the original but nothing.
Getting the params.ini not writeable error but know how to fix that (though it goes back to 555 every time I change template through admin back end). Could that be issue?
I'm posting things I changed. I changed logo width to fit my new png. template.css top part looks like this
/* This is the Main template logo, Edit this to match the width and height of your new logo image */
#logo {width: 383px;height: 80px;}
style1.css top little bit that deals with logo looks like this:
/* Style1 */
/* Logo Image */
#logo {background: url(../images/style1/logo.png) 0 0 no-repeat;}