Collection hover turn off

Hello,

How to turn off header collection hover on website when scrolling down?

Hi @monirjalili

Can you share the link to your website?

Hi Kyle,

This is the link to my website https://instantfigure.com/

Hi @monirjalili

You can edit theme code, find theme.scss.css and edit it.

remove position: fixed;

Hi Kyle,

Thank you so much for your help. My issue has been solved.