Looking to display the mobile hamburger menu icon all the time in your Oxygen site?
Just add this CSS:
.oxy-menu-toggle {
display: block;
}
.oxy-menu-toggle+div {
display: none;
}
.oxy-nav-menu-open .oxy-menu-toggle+div {
display: block;
}
You might want to select the Menu element and go to Mobile Responsive > Menu Styles to set a Link Hover Color in case you find that menu items in the overlay are not visible (white on white) when hovered.
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.