• Resolved Carlos Silva

    (@kbzati)


    Hello,

    Excellent plugin, I would like to know if it is possible to change the logo when scrolling and if so, how can I do it?

    Regards,

    Carlos

    • This topic was modified 1 year, 1 month ago by Carlos Silva.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Karina

    (@karinapremio)

    Hey Carlos, thanks for reaching out and thank you for your kind words! Unfortunately, this is not possible with the plug-in yet – I’m sorry for any inconvenience! Please let me know how you’d like to proceed?

    I’m looking for this feature as well, it’d be great if you could add this!

    I added this in the css and it works for me

    
    #mysticky-nav .myfixed .site-logo img {
    display: none;
    } 
    
    #mysticky-nav .myfixed .site-logo::before {
        background-image: url(yourscrolllogourl);
        background-size: 200px 100%;
        background-repeat: no-repeat;
        display: block;
        width: 200px;
        height: 53px;
        content: "";
    }
    

    Plugin Support Karina

    (@karinapremio)

    So glad to hear that!

    ?Please let me know if there’s anything else I can help you with! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change logo when scroll’ is closed to new replies.