orneverornow Posted March 2, 2022 Share Posted March 2, 2022 Site URL: https://www.voegelino.com/ Hi there I would like to change the hamburger menu icon into the text MENU. Any idea? I have a quite complicated set up with this menu and don't want to destroy anyting. Could anyone please help me? https://www.voegelino.com/ PW: orneverornow Attached you can find the custom code that is in the CSS. Thanks! Sibylle Beyondspace 1 Link to comment
Beyondspace Posted March 2, 2022 Share Posted March 2, 2022 2 hours ago, orneverornow said: Site URL: https://www.voegelino.com/ Hi there I would like to change the hamburger menu icon into the text MENU. Any idea? I have a quite complicated set up with this menu and don't want to destroy anyting. Could anyone please help me? https://www.voegelino.com/ PW: orneverornow Attached you can find the custom code that is in the CSS. Thanks! Sibylle Do you mean something like this? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
orneverornow Posted March 2, 2022 Author Share Posted March 2, 2022 1 hour ago, bangank36 said: Do you mean something like this? Yes exactly and at hover underlined. Thank you! Link to comment
orneverornow Posted March 2, 2022 Author Share Posted March 2, 2022 2 hours ago, orneverornow said: Yes exactly and at hover underlined. Thank you! @bangank36 Could you please help me with it? 🙏 Beyondspace 1 Link to comment
Beyondspace Posted March 3, 2022 Share Posted March 3, 2022 7 hours ago, orneverornow said: @bangank36 Could you please help me with it? 🙏 Try adding to Home > Design > Custom Css .header-nav-folder-title[href*="burger"]:after{ content: 'Menu'; } .header-nav-folder-title[href*="burger"] svg { display: none; } Let me know how it works on your site Support me by pressing 👍 if this useful for you Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
orneverornow Posted March 3, 2022 Author Share Posted March 3, 2022 7 hours ago, bangank36 said: Try adding to Home > Design > Custom Css .header-nav-folder-title[href*="burger"]:after{ content: 'Menu'; } .header-nav-folder-title[href*="burger"] svg { display: none; } Let me know how it works on your site Support me by pressing 👍 if this useful for you Hi @bangank36. Thank you so much. It worked like a charm. How can I make it in capital letters and a little bit bigger? Thx!!! Beyondspace 1 Link to comment
Beyondspace Posted March 3, 2022 Share Posted March 3, 2022 4 hours ago, orneverornow said: Hi @bangank36. Thank you so much. It worked like a charm. How can I make it in capital letters and a little bit bigger? Thx!!! You can add the style of font-size for this pseudo element, from: .header-nav-folder-title[href*="burger"]:after{ content: 'Menu'; } to .header-nav-folder-title[href*="burger"]:after{ content: 'Menu'; font-size: 25px; } Change the size value until it meets your requirement Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
orneverornow Posted March 3, 2022 Author Share Posted March 3, 2022 1 hour ago, bangank36 said: You can add the style of font-size for this pseudo element, from: .header-nav-folder-title[href*="burger"]:after{ content: 'Menu'; } to .header-nav-folder-title[href*="burger"]:after{ content: 'Menu'; font-size: 25px; } Change the size value until it meets your requirement Perfect. Thank you so so much @bangank36! Beyondspace and tuanphan 2 Link to comment
ozk Posted October 8, 2022 Share Posted October 8, 2022 is the code different for my website? ebtacademy.squarespace.com cant get it to work Link to comment
tuanphan Posted October 10, 2022 Share Posted October 10, 2022 On 10/9/2022 at 6:17 AM, ozk said: is the code different for my website? ebtacademy.squarespace.com cant get it to work Add to Design > Custom CSS /* Burger icon to text */ .burger-inner>div { visibility: hidden; } .burger-inner:after { visibility: visible; content: "Menu"; font-size: 20px; color: white; white-space: nowrap; position: relative; left: -10px; } ozk 1 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
SteHamp Posted May 10 Share Posted May 10 Is there a way I can do this specifically for the mobile version of the site? The desktop version has the nav pages on the right of the header and I like how that looks. But on the mobile version, it just shows the burger. I'd like it to say Case Studies as text on two rows of text. But without it impacting how the desktop version of the site looks. Thank you in advance and apologies for bumping an old thread. Link to comment
tuanphan Posted May 11 Share Posted May 11 On 5/10/2023 at 6:29 PM, SteHamp said: Is there a way I can do this specifically for the mobile version of the site? The desktop version has the nav pages on the right of the header and I like how that looks. But on the mobile version, it just shows the burger. I'd like it to say Case Studies as text on two rows of text. But without it impacting how the desktop version of the site looks. Thank you in advance and apologies for bumping an old thread. What is your site url? 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
SteHamp Posted May 12 Share Posted May 12 19 hours ago, tuanphan said: What is your site url? www.eiecasestudies.com PW: Experience2023 thank you Link to comment
tuanphan Posted May 14 Share Posted May 14 On 5/12/2023 at 4:27 PM, SteHamp said: www.eiecasestudies.com PW: Experience2023 thank you The url doesn't work. Can you check it again? 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
SteHamp Posted May 15 Share Posted May 15 On 5/14/2023 at 5:29 AM, tuanphan said: The url doesn't work. Can you check it again? It's definitely www.eiecasestudies.com Oddly enough when you click that link in the previous post it opens a new tab as "eiecasetudies". How odd. Link to comment
tuanphan Posted May 19 Share Posted May 19 Add to Design > Custom CSS @media screen and (max-width:991px) { .header-display-desktop { display: flex !important; } .header-display-mobile { display: none; } .header-burger { display: none; } .header-nav { display: flex !important; } .header-nav { display: flex !important; flex: 70% !important; justify-content: flex-end; } .header-title-nav-wrapper { flex-direction: column; } .header-nav { padding: 0 !important; text-align: center !important; } nav.header-nav-list { justify-content: center !important; } } SteHamp 1 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