View Single Post
  #13  
Old 12-07-2010, 10:48 PM
  MythNReality's Avatar 
MythNReality MythNReality is offline
 

X-Adept
  
Join Date: Mar 2005
Location: S. Cali
Posts: 403
 

Default Re: editing templates

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;
__________________
_____________
Capture Your Mini-Me Look!

- X-CART Gold (Current Version) V4.6
- Reboot
- CDSEO
Reply With Quote