Comments 1Zoltan started the conversationJune 7, 2023 at 9:01amHi thereHow can I change the yellow background colour on the mobile hamburger menu? Please see attached image. Thank you.Attached files: IMG_CBF0CD791175-1.jpeg[deleted] repliedJune 7, 2023 at 1:47pmHi, Please add the code below to your Custom CSS area: @media screen and (max-width: 768px) { .mobile-menu-wrapper.mobile-menu-fullscreen+.mobile-menu-overlay { background-color: rgb(223 56 56 / 95%); } } If the code doesn't work, then use the !important rule. So like this: @media screen and (max-width: 768px) { .mobile-menu-wrapper.mobile-menu-fullscreen+.mobile-menu-overlay { background-color: rgb(223 56 56 / 95%) !important; } }Have a nice day! Sign in to reply ...
Hi there
How can I change the yellow background colour on the mobile hamburger menu?
Please see attached image.
Thank you.
Attached files: IMG_CBF0CD791175-1.jpeg
Hi,
Please add the code below to your Custom CSS area:
If the code doesn't work, then use the !important rule. So like this:
Have a nice day!