New Landing How can we help? Atelier Sticky header doesnt change the logo?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #202690
    yita33
    Member
    Post count: 27

    Hello, I have an alt logo smaller than the normal one, that I want to show on the sticky header but I dont Know how. I have activated sticky header and sticky header resizing and saved the alt logo, but when the sticky header resizes it show the normal logo. I have updated atelier to 1.6.5 and all the plugins.
    Anything Im missing?

    #202698
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    That’s meant to load a different logo per page not exactly what you are trying to achieve.

    Try the code below and adjust the width value to make it bigger or smaller

    .full-header-stick #logo.has-img a > img {
        width: 80%;
    }

    Hope it helps.

    -Rui

    #203098
    yita33
    Member
    Post count: 27

    hello, unfortunately that changed the size of the logo in all the page also when you are up, not at the moment the sticky header resized or becomes sticky.
    Any other idea?

    #203821
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    That code was incorrect. Try this one instead.

    .is-sticky #logo.has-img a > img {
        width: 80%!important;
    }

    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register