Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #777589

    Cheers guys,

    I know there are several threads around here, but none really fits to my problem.

    I want to change the logo in the shrinking header. This is the page —> http://boomex-germany.com.w01598c1.kasserver.com/

    As you can see, the header shrinks and the small logo (red flame) is only left. I placed the small flame as background-image in the menue via css. But I want the small logo only to appear, when the header shrinks. Maybe there is any css command to make images appear when the header shrinks and vanishes when you see the “normal” header? I know the method I did is really fiddled and not that professional :D

    I played a little bit with the avia.js but trust me, I have no clue what I’m doing in the avia.js file :D This night was just trial and error…

    I really look forward to your answers :)

    #777593

    Hey Phenomedial,

    Try adding the following to quick css:

    .header-scrolled .logo a img {
        visibility: hidden;
    }
    .header-scrolled .logo a {
        background: url(_SCROLLED_LOGO_URL_HERE_) no-repeat top center;
    }

    Best regards,
    Jordan Shannon

    #1091860

    Hi Jordan,

    This code doesn’t seem to work for version 4.5.5 – is there a variant needed in code for the new version of Enfold?

    Any information appreciated.

    #1092239

    Hi Jamsta,

    Where can we see the results you are getting?

    Best regards,
    Rikard

    #1092251

    Hi Rikard

    Simple site is here: https://hivesolar.com.au/

    The replacement logo doesn’t show at all using the code above, but on an older version the exact code did work. Just wondering if there is something I’m missing?

    regards
    Jamsta

    #1092879

    Hi Jamsta,

    The reason it’s not showing is because the url is wrong (see private content).
    I have added a link that’s correct.

    Best regards,
    Nikko

    #1093446

    Thanks Nikko… I cannot see the (private content) – I am a bit seedy from a long weekend, so hopefully it’s starring me in the face???

    Regards
    Jamsta

    #1094015
    #1094562

    Thanks so much Victoria, much appreciated.

    the “correct” url path is what I had, so I’m not sure why the “fetched” version is showing a double instance of the domain url, but, thanks again, I’ll correct that.

    Regards
    Jamsta

    • This reply was modified 5 years, 6 months ago by Jamsta.
    #1094656

    Hi Jamsta,

    We’re glad that we could help.
    Let us know if you need further assistance.

    Best regards,
    Nikko

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