Hi there,
I created a custom header menu button so it has an image in instead of text. Issue is, on the mobile menu, the button is blank. Can't work out why or find a solution. Any help much appreciated!
Current code I'm using is:
.header-actions-action .btn {
background-color: transparent !important;
background-image: url(https://images.squarespace-cdn.com/content/655760ca5ce91354ff938b5a/71a5c7bc-6aac-454f-979c-b857c95f03f1/Discover+CLUB.png);
background-size: contain !important;
background-position: center;
background-repeat: no-repeat !important
}
Site: https://mustard-bird-7p9h.squarespace.com/
Password is: FG123
Thanks!