FatouMAISONK Posted July 20, 2023 Posted July 20, 2023 Hello, My hamburger menu don't show up on mobile version and on my homepage only. Please help me we're launching the website tomorrow. Website : Maisonkebe.com PSWD : HELPKEBE Thank you in advance
FatouMAISONK Posted July 20, 2023 Author Posted July 20, 2023 @tuanphan Do you have time to help please ?
creedon Posted July 21, 2023 Posted July 21, 2023 Add the following to Design > Custom CSS. .homepage:not( .header--menu-open ) .burger-inner .top-bun, .homepage:not( .header--menu-open ) .burger-inner .patty, .homepage:not( .header--menu-open ) .burger-inner .bottom-bun, .homepage.header--menu-open .header .header-burger .top-bun, .homepage.header--menu-open .header .header-burger .patty, .homepage.header--menu-open .header .header-burger .bottom-bun { background-color : black; } This is for v7.1. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Solution creedon Posted July 21, 2023 Solution Posted July 21, 2023 Scratch the previous code, I think. I believe you have a syntax error in your Page Header Code Injection for the home page. It looks something like the following. <style> .logoload { /* SET BACKGROUND COLOR */ background-color: #FFF; /* SET BACKGROUND SIZE */ background-size: 90px; position: fixed; left: 0px; top: 0px; It should be more like the following. <style> .logoload { /* SET BACKGROUND COLOR */ background-color: #FFF; /* SET BACKGROUND SIZE */ background-size: 90px; position: fixed; left: 0px; top: 0px; } </style> Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
FatouMAISONK Posted July 21, 2023 Author Posted July 21, 2023 Hello @creedon its works ! The menu is back. I just have one last issue. Is that the menu to change color at the scroll. it should be white then turn black at the scroll. Can you please help ? creedon 1
FatouMAISONK Posted July 21, 2023 Author Posted July 21, 2023 I use this code and it works ! Thank you again @creedon .tweak-fixed-header .header .burger-inner>div, .header--menu-open.tweak-fixed-header header.header .burger-inner>div { background-color: red !important; } .tweak-fixed-header .shrink.header .burger-inner>div { background-color: #fff !important; } tuanphan and creedon 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment