PenciDesign replied
Staff Reply
Hi,
You can add more this code to Customize > Custom CSS to do that:
@media only screen and (max-width: 960px){
#navigation .button-menu-mobile {
display: none;
}
}
Best Regards,
PenciDesign