HandegardArkitektur Posted April 29, 2022 Posted April 29, 2022 Hello! Does anybody know how to swap Folder name (MENU) for Burger menu icon? And how can I style that burger icon? Thank you so much!
tuanphan Posted May 1, 2022 Posted May 1, 2022 Hi. If you share link to your site, 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!)
HandegardArkitektur Posted May 6, 2022 Author Posted May 6, 2022 copper-bullfrog-28wb.squarespace.com Please let me know if you can open it 🙂 Thanks so much in advance!!
tuanphan Posted May 8, 2022 Posted May 8, 2022 On 5/6/2022 at 3:32 PM, HandegardArkitektur said: copper-bullfrog-28wb.squarespace.com Please let me know if you can open it 🙂 Thanks so much in advance!! What is access password? 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!)
tuanphan Posted May 11, 2022 Posted May 11, 2022 On 5/9/2022 at 4:19 PM, HandegardArkitektur said: EspenWebsite2022 Thank you! Password is incorrect. Can you check it again https://copper-bullfrog-28wb.squarespace.com/ 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!)
HandegardArkitektur Posted May 12, 2022 Author Posted May 12, 2022 Changed it! Sorry it wasn't that one but now it is. EspenWebsite2022 should work! thank you so much
tuanphan Posted May 15, 2022 Posted May 15, 2022 On 5/12/2022 at 4:09 PM, HandegardArkitektur said: Changed it! Sorry it wasn't that one but now it is. EspenWebsite2022 should work! thank you so much Add to Design > Custom CSS /* Burger icon */ a.header-nav-folder-title:before { content: "\e030"; font-family: 'squarespace-ui-font'; font-size: 40px; } a.header-nav-folder-title { font-size: 0; } 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!)
HandegardArkitektur Posted May 18, 2022 Author Posted May 18, 2022 Amazing, thanks so much! Do you know how can I style the burger menu so it has a thinner stroke? I have nested the menu pages into a folder, but in the phone version, inside the burger menu it appears the folder. Do you know how can I fix this? Thank you so much for your time and help!! appreciate it a lot!
HandegardArkitektur Posted May 18, 2022 Author Posted May 18, 2022 See attached what i mean: As well, it appears like a thin line under the burger icon on desktop (not in the home page) Do you know how can I delete that? Thanks so much!
tuanphan Posted May 20, 2022 Posted May 20, 2022 On 5/18/2022 at 8:00 PM, HandegardArkitektur said: See attached what i mean: As well, it appears like a thin line under the burger icon on desktop (not in the home page) Do you know how can I delete that? Thanks so much! #1. Use this code @media only screen and (max-width: 767px) { .header-menu-nav-folder[data-folder="root"] { display: none !important; } .header-menu-nav-folder-content .header-menu-controls { display: none; } .header-menu-nav-folder:not([data-folder="root"]) { transform: unset; transition: unset; } } a.header-nav-folder-title { background-image: none !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!)
HandegardArkitektur Posted May 24, 2022 Author Posted May 24, 2022 Tuanphan, you're amazing! Thank you so much
DavidMoment Posted April 26, 2023 Posted April 26, 2023 is there a way to make the background under the folder transparent?
tuanphan Posted April 29, 2023 Posted April 29, 2023 On 4/26/2023 at 10:41 PM, DavidMoment said: is there a way to make the background under the folder transparent? Add to Design > Custom CSS /* Dropdown transparent */ .header-nav-folder-content { background: transparent !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