How to change the mobile menu icon colour - Squarespace 7.1
Place this within your Custom CSS, replacing ‘#ffffff’ (white) for a different colour.
.burger-inner > div {
background-color: #ffffff !important;
}Place this within your Custom CSS, replacing ‘#ffffff’ (white) for a different colour.
.burger-inner > div {
background-color: #ffffff !important;
}