Lost Transparency on Header when I upgraded Theme

Posted in: Newspaper
Post count: 6

Hey guys,

I just ran the most recent upgrade and I lost the transparency behind my logo in my header and I can’t figure out how to get it back.

I went to Theme Panel/Theme Colors and set Header Color to blank but that didn’t do it.
I tried changing the Header Color to yellow though, and it didn’t change anything either.
I also made sure Background Color was blank and also tried setting Menu Background color to blank but I can’t make any changes.

You can see my site here:
http://thegaminggals.com/

You should be able to see the pink silhouettes behind the black logo in the top. It used to be that everything between the top menu and the main menu was transparent – I just can’t figure out how to get it to no longer be white. I’m guessing there something over riding it somewhere but I can’t find it. I have not used any custom CSS.

Post count: 3343

Hi,
You want to remove this white color from header? http://screencast.com/t/xKiTT0evqAM

Add this CSS in Theme panel -> Custom CSS

.header-style-3 .td-full-logo {
    background-color: transparent !important;
}

Thanks!

Post count: 6

That did it! Thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.