Jump to content

how do I create a pill with: the text ' menu ' and the burger menu logo

Go to solution Solved by Ziggy,

Recommended Posts

  • Solution

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
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

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.

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.