Robertjoseph Posted April 22, 2021 Share Posted April 22, 2021 Site URL: https://gecko-kangaroo-fesb.squarespace.com/ I've just successfully used the following code to change the navigation menu to a hamburger and to make the hamburger larger @media screen and (min-width:950px) {.header-nav, .header-actions { display: none!important} .header-burger { display: flex!important;} .header--menu-open .header-menu {opacity: 1; visibility: visible;}} .burger-inner .top-bun, .burger-inner .patty, .burger-inner .bottom-bun { height: 6px; width: 50px; } .burger--active .burger-inner .top-bun, .burger--active .burger-inner .bottom-bun { width: 50 px; } .burger--active .burger-box { right: 30px; } But, I also want to insert the word 'Menu' above it. I've tried this: /* Menu text */ .mobile-nav-toggle:before { content: "Menu"; position: relative; left: -50px; } But it didn't work Thank you in advance Link to comment
tuanphan Posted April 24, 2021 Share Posted April 24, 2021 Hi. Your site is private. Can you setup password & share url? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.