Quote:
Originally Posted by gb2world
I'm not familiar with the template - but maybe you modified what they were doing to display the logo? This is in your css - so it is turning display of the logo off:
in this file: /skin/fashion_mosaic_pink/css/altskin.css
Code:
#header .line1 .logo img {
display: none;
}
You can use firebug to see the css.
---
|
Oooh, thank you for the help.
now it's working.
Had to reload the image file.
Here's the part of the css. I replaced the company logo.gif with mine.
{
display: block;
width: 228px;
height: 50px;
background: transparent url(../images/fashion_mosaic/PA_xmas_Logo_228x50.jpg) no-repeat left top;
}
#header .line1 .logo img {
display: none;