Toots Posted Friday at 12:46 PM Posted Friday at 12:46 PM Site URL: https://www.suzannefrear.co.uk/ Hey there, I am working on this website: https://www.suzannefrear.co.uk/ A while back we added some custom css to force the hamburger menu for desktop Code is as follows: // adding hamburger menu // .header-burger { display:flex!important} .header--menu-open .header-menu {opacity: 1!important;visibility: visible!important;} .header-nav, .header-actions {visibility:hidden!important} .header-menu-nav-item {line-height: 30px!important;} // end adding hamburger menu // It's working great except the cart icon isn't visible in the header and I need it to be as my client is now adding commerce to the site. When I go in to edit the header, the cart icon shows as being there but it's not visible. Can someone please help? Thank you
Solution tuanphan Posted Friday at 02:04 PM Solution Posted Friday at 02:04 PM Change this line .header-nav, .header-actions {visibility:hidden!important} to this .header-nav {visibility:hidden!important} 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment