Okay, so on my site, I have a logo, but it's image is set so that only the logo is there, but the rest of the image is transparent. I want to change the thing behind the logo so that you can see the background through everything but the actual logo. Basically, I want the thing behind the logo invisible.
My site is <a href="http://www.santarosasda.com/" rel="nofollow">http://www.santarosasda.com/</a>, the logo is at the top. Please help!
I am using the word press Risen theme.
I have tried:
People have told me to get rid of:
But since its a wordpress theme, this particular code is blocked from editting.
Any ideas?
My site is <a href="http://www.santarosasda.com/" rel="nofollow">http://www.santarosasda.com/</a>, the logo is at the top. Please help!
I am using the word press Risen theme.
I have tried:
Code:
#container-inner {
background: transparent !important;
}
People have told me to get rid of:
Code:
#container-inner {
background: #fff;
}
But since its a wordpress theme, this particular code is blocked from editting.
Any ideas?