transparency of logo
  • webomaticwebomatic
    December 2011
    I would like to change the background of my logo to a transparent black background since we are using a png file. I swap the top-box and bottom-box the get the logo on the top of the index.html page. The layout I am using is The-Space-Broadside. Would you please help me?
  • mikemike
    December 2011
    Adjusting your background-color to transparent can be done here:
    style.css

    .logo-menu, .navigation-menu, .sf-vertical li, .jspDrag {background-color:#000;}

    Just place the .logo-menu on it's own line and then add transparent:

    .navigation-menu, .sf-vertical li, .jspDrag {background-color:#000;}
    .logo-menu {background: transparent;}
  • webomaticwebomatic
    December 2011
    html

    Code Pulled
  • webomaticwebomatic
    December 2011
    html

    Code Pulled*
  • webomaticwebomatic
    December 2011
    I dont have style.css I have standard.css
  • mikemike
    December 2011
    The style.css file is in the main folder, not CSS. You have it :-), I can assure you.

    I'm going to remove the code you posted as I don't want to confuse other buyers.
  • webomaticwebomatic
    December 2011
    yes I have it. didn't even see it

    Thank you

    Scott