Instructions

Yes. We can help you!

Font smoothing

To make the font smoothing we have added this code below in the project settings "Head Code" section.

<style>
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
</style>

Instruction Title

1. Click the Hero Text component
2. Click ⚙ icon top-right
3. Update the First animated line words (#1 Text, #2 Text, #3 Text, #4 Text, #5 Text)
4. Update the Second animated line words (Second Anim Line #1 Text, .... Second Anim Line #5 Text)

Enjoy :)