Hide mobile menu button – Sydney

For various reasons, you might want to hide the mobile menu button. You can use this code:

@media only screen and (max-width: 1024px) {
	.btn-menu {
		display: none;
	}
}
INFO: This is a CSS snippet. If you don’t have a child theme or don’t know how to use one, we recommend that you add this snippet in Customize > Additional CSS.