I’m having a strange issue with the transparent header option.
If you go to my site- http://tinyurl.com/l7wh5b9
When you first arrive, I have a white version of the logo. When you scroll down, it goes to blue. The problem is that the white version shrinks, but it doesn’t disappear, so you can see it behind the regular logo all the way down the page.
Any ideas?
Hey nsmllc!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled span.subtext {
opacity: 0;
}
Cheers!
Yigit
Thank you very much, Yigit!