kkolitis66 Posted November 13 Share Posted November 13 (edited) Hey, I have two separate issues I would appreciate help with: The first task is disabling the mobile overlay menu animation. I'd like for the menu to pop back and forth instantaneously with no fading, sliding, etc. The other thing I would like to do is assign a custom asset for the "X" close icon that brings the mobile menu back to the main page. I already have something set for the icon, but it remains static no matter the state of the overlay menu, open/close. http://www.petertpolitis.com Thanks Edited November 13 by kkolitis66 Link to comment
tuanphan Posted November 18 Share Posted November 18 #1. Add to Website > Website Tools > Custom CSS .header-menu { transition: none !important; } #2. You mean replace X with custom icon? Can you send icon file? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
kkolitis66 Posted November 22 Author Share Posted November 22 (edited) #1: The above code doesn't seem to have an effect. #2: Just a placeholder for now. Edited November 22 by kkolitis66 Link to comment
tuanphan Posted November 24 Share Posted November 24 Add this CSS code body.header--menu-open div.burger-inner { background-image: url(https://content.invisioncic.com/p289038/monthly_2023_11/placeholder.png.5d045e7611b023fe6cba9bf0c322002b.png); background-size: contain; background-repeat: no-repeat; } body.header--menu-open div.burger-inner>* { opacity: 0; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment