WKIC Posted March 15, 2022 Share Posted March 15, 2022 Site URL: https://radiancesixty.squarespace.com Password : 1234 Hi, how can i implement a full height carousel image till the header and change the menu to a hamburger menu in version 7.1? Example will be the events2 it goes till the top of the header. Thank you Link to comment
tuanphan Posted March 18, 2022 Share Posted March 18, 2022 Add to Design > Custom CSS @media screen and (min-width:768px) { /* hide navigation */ .header-nav { display: none; } /* Hide header button */ .header-actions { display: none; } /* show burger */ .header-burger { display: flex; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } } 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
WKIC Posted March 28, 2022 Author Share Posted March 28, 2022 It don't seems to have any effect? Link to comment
tuanphan Posted March 31, 2022 Share Posted March 31, 2022 On 3/28/2022 at 4:24 PM, WengKien-IC said: It don't seems to have any effect? I see it already shows burger? 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
WKIC Posted April 1, 2022 Author Share Posted April 1, 2022 22 hours ago, tuanphan said: I see it already shows burger? Hi, I hope that the image will be full bleed till the top overlapping the logo and menu. Link to comment
tuanphan Posted April 2, 2022 Share Posted April 2, 2022 On 4/1/2022 at 12:12 PM, WengKien-IC said: Hi, I hope that the image will be full bleed till the top overlapping the logo and menu. A few days ago, I see you achieved this. You should check again all code Above code is make burger appear on desktop 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