Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Allow Transparency on site logo? WordPress

  • SOLVED

Is there any way for me to allow [[LINK href="https://www.evernote.com/shard/s9/sh/35534c9b-2f4f-44b5-87f4-1ef01e2ed4d8/c0e1d6bc0a2b6d0c32be99aeb7a4235f"]]this site logo[[/LINK]] to have a transparent background on [[LINK href="http://lullwatermusic.com"]]Lullwatermusic.com[[/LINK]]?

It displays a white background when I try to use a .png image with transparency. (The current logo being used is a .jpg with black background)

This is what my styles.css says:

/* GLOBAL: #Header
================================================== */
#header { padding-top:50px; }
#logo a:hover { border:none; }
#navigation { position:absolute; top:45px; right:0; }
.section-title { padding:12px 20px 15px 20px; margin:20px 10px 20px 10px; }

Answers (3)

2013-01-08

Arnav Joy answers:

try this

2013-01-08

Expert answers:

I think you have problem in that transparent .png file. Else it should work.
Is it a problem in IE ? or in all browsers?

2013-01-08

Naveen Chand answers:


#logo {
background: transparent;
}


Add this in your css.