12% off of LTD using this coupon: TWELVEPERCENTOFF. Promo ends on 2 Dec midnight UTC.
Published on Jul 27, 2018

How to always show hamburger menu icon in Oxygen

Sridhar Katakam

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.

tagschevron-leftchevron-rightchainangle-rightangle-upangle-downfolder-omagnifiercrossmenuchevron-downarrow-right