Hey folks -I’m just wondering – when you activate the transparent header option like here http://kriesi.at/themes/enfold/homepage/transparent-header/, do you have the option to use 2 different versions of the logo?
Cheers
Hi ShortieD!
Yes, please go to Enfold theme options > Header > Transparency Options and upload your transparent logo.
Best regards,
Yigit
Hi Guys – i did this but now both the logos are showing on the hmoe page
Any way to stop this?
Thanks
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled span.subtext {
opacity: 0;
}
Cheers!
Yigit
thanks that almost works – there’s a moment though when they transition and you can see them one over another….any way to remove this? I want it like how it is in the demo site.
Cheers
Hey!
The only way to reproduce what you’re describing is when you scroll down a few pixels slowly. It doesn’t happen when you scroll down normally (as you would scroll when visiting facebook etc). Try to increase the transition:
.logo img {
-webkit-transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
}
Best regards,
Ismael