Tagged: enfold, transparency header
Hey,
when scrolling on pages with transparency logo (alternate logo) both logos (the standard logo and the alternate logo) are ovrérlaying each other.
With topic https://kriesi.at/support/topic/header-with-different-logos/ you gave me this CSS code for styling section:
.header.logo a > img{ opacity: 0; }
and at first I thought it´s ok. But its still doesn´t function when scrolling on the pages with transparency logo (alternate logo).
The problem still occurs, independend if I have activated the “shrinking header” or not. See both images.
http://1drv.ms/1fEEk0G and http://1drv.ms/1fEEqpa
URL to page with transparency logo: http://gode2.web-by-michi.de/energie/
URL to page with standard logo http://gode2.web-by-michi.de
Maybe you have an idea? Thanks a lot in advance,
Hey michi!
I think you entered custom CSS code provided by Peter ( here https://kriesi.at/support/topic/header-with-different-logos/#post-238014 ) wrong. Please copy and paste it as it, as following
.header-scrolled .logo a > img {
opacity: 0;
}
Regards,
Yigit