(Squarespace) Disable animation toggle in burger menu icon

To disable animation toggle in burger menu icon, you can use this code to Custom CSS box.

div.burger-inner>div {
    transition: unset !important;
}

1 Like