Do you see how the orange letters change, how can I do this exact feature with themeco?
Hello @mhannor ,
Thanks for writing to us.
Unfortunately, there is no built-in option for this, so it would require custom development. I recommend contacting a developer who can assist with your specific requirements. Or, you can subscribe to One , where customization-related questions are addressed. Please note that custom development is outside the scope of our standard support.
Alternatively, if you have coding experience, you can use the Raw Content element and add custom HTML using the <marquee> tag with your text to get a similar effect.
<marquee direction="up" behavior="scroll" height="200" scrollamount="2" scrolldelay="100">
Item 1<br><br>
Item 2<br><br>
Item 3<br><br>
Item 4
</marquee>
Thanks for understanding