Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #381581

    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

    #381599

    Hi ShortieD!

    Yes, please go to Enfold theme options > Header > Transparency Options and upload your transparent logo.

    Best regards,
    Yigit

    #394121

    Hi Guys – i did this but now both the logos are showing on the hmoe page

    http://sdtest.info/ntq/

    Any way to stop this?

    Thanks

    #394441

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header-scrolled span.subtext {
    opacity: 0;
    }

    Cheers!
    Yigit

    #396074

    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

    #396339

    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

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