Home › Forums › Support › Styling hamburger menu This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 6, 2023 at 5:46 am #2599398 Damon Hello there. I’d like to put a white background behind the menu items when you click the hamburger menu on mobile (no bg on desktop). Kind regards Damo April 6, 2023 at 7:05 am #2599497 DavidStaff Customer Support Hi there, you can add a background color using some CSS: @media (max-width: 768px) { .has-inline-mobile-toggle #site-navigation.toggled { background-color: #000; } } April 10, 2023 at 4:27 am #2603897 Damon Thank you David. That’s a great help. Kind regards Damon April 10, 2023 at 5:29 am #2603975 DavidStaff Customer Support You’re welcome Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In