• Resolved Maurice

    (@mhason)


    Hello, I need to make the color of the logo change multiple times throughout the scroll of the page. Right now I managed to make it change once from the original color to white after 300px but I need to change it again when the scroll reaches 700px. Is there an option to do this?

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Robert Wattner

    (@rwattner)

    @mhason Hi, unfortunately, this isn’t a built-in feature of my plugin but I believe it could be done with elementor pro’s sticky section feature and some css. Do you have elementor pro? If so, I’ll see if I can come up with a solution for you. Let me know

    Thread Starter Maurice

    (@mhason)

    Hi, thanks for your reply. Yes, I do have Elementor Pro. Appreciate your help.

    Plugin Contributor Robert Wattner

    (@rwattner)

    Hey @mhason I got it working how you need I think. First, select the header setion and go to advanced tab > motion effects and set the effects offset to 700.
    https://snipboard.io/63IOpW.jpg

    That is the distance for the second color change.

    Next, go down to the custom css(or wherever you put your css) and add this code

    /* Sticky Header Third Color */
    .she-header.elementor-sticky--effects {
    	background-color: red !important;
    }

    Change “red” to whatever color you need.

    The header should now change white at the 300px you set, then again to whatever you put in the code at 700px. I hope this is what you were looking for even though it’s not an official plugin feature. Lmk if you need more help

    If this helped I would really appreciate a review if you have a second. It helps me out a lot! Thanks and good luck!
    Leave A Review

    Thread Starter Maurice

    (@mhason)

    Awesome, thank you so much! I’ll give it a try and let you know.

    Plugin Contributor Robert Wattner

    (@rwattner)

    @mhason hey, I was wondering if this worked for you. If so, I’m going to mark this resolved. Let me know. Thanks

    Thread Starter Maurice

    (@mhason)

    @rwattner it worked partially but it worked. Thanks. Sorry for not replying. You can mark this as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change color multiple times’ is closed to new replies.