NikolaNikic Posted September 1 Share Posted September 1 I was wondering if it was possible to recreate something like this on my Squarespace website, like to have only this, not even the logo. I think it looks cool Link to comment
Solution Ziggy Posted September 2 Solution Share Posted September 2 You would need to use a plugin like this to have the mobile navigation on desktop: https://www.ghostplugins.com/products/p/mini-mobile-menu-in-squarespace-71 Then style it something like this: button.header-burger-btn.burger { display:flex; align-items: center; align-content: center; background-color:#000; border-radius:32px; padding:6px 32px; } button.header-burger-btn.burger:before { content:'MENU'; padding-right:24px; color:#fff; font-size:24px; } :not(.header--menu-open) .burger-inner .top-bun, :not(.header--menu-open) .burger-inner .patty, :not(.header--menu-open) .burger-inner .bottom-bun { background-color:#fff !important; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
NikolaNikic Posted September 3 Author Share Posted September 3 @Ziggy Thank you so much, this di the job! Ziggy 1 Link to comment
Ziggy Posted September 3 Share Posted September 3 5 minutes ago, NikolaNikic said: @Ziggy Thank you so much, this di the job! Nice one! Can you share the website, curious to see your design! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
NikolaNikic Posted September 3 Author Share Posted September 3 sure thing! nikicostruzioni.squarespace.com the password is written on screen it should be: k if you have some advice I'm all ears Link to comment
Ziggy Posted September 3 Share Posted September 3 Your website is good, the scrolling effects seem to have some problems, there's a lot of gittering, and scrolling back up isn't smooth either. NikolaNikic 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
NikolaNikic Posted September 3 Author Share Posted September 3 hi, how can i resolve the issue, this is the code i'm using: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.19/jquery.scrollify.min.js"></script> <script> $(function() { $.scrollify({ section : "article .page-section", scrollSpeed: 1800 // Adjust value to make the scroll slower (1000 is the default) }); }); </script> thank you in advance, best regards 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