How to add animated image on the header menu

Hello, good afternoon!

I am starting to build a store, and I need some assistance regarding the animated image on the header menu - similar to this website - https://flyfive33.com/

The “Five33” is moving

This is my store - https://7880c5-93.myshopify.com/

password is - taoper

Thank you!

Hi @AndreMartinez

Please add this code to theme.liquid file, after in Online Store > Themes > Edit code

{% if template == 'index' %}

{% endif %}
1 Like

thank you. pretty crazy i was looking for this, at this exact moment & somebody also was and another was able to answer. the power of community.

1 Like

Thank you Dan, I appreciate it, it worked.