Hi there,
This is for my site here
I have tried to update the expanded menu bg colour in the custom.css file to #ff7fb9 but it is still showing as #fff.
I also want to change the X at the top of the screen to #57233f – it is currently the same colour as the hamburger menu #ff7fb9. Where do I change this?
Thanks!
From line 160 –
/* Expanded panel Background color */
.menu-panel,
.portfolio-panel {
background-color: var(–bgcolor-expanded-panel, #ff7fb9);
}