Jump to content

Move link in navigation to social icon section and change formatting

Go to solution Solved by tuanphan,

Recommended Posts

I have code to add the words "text us" next to the social icons, but I do not know how to link to a phone number without making a link in nav bar. Is there a way to move the text us link that is currently in the nav to the right of social icons and change the text formatting, but still have it clickable?

Thanks!

Link to comment
  • Replies 9
  • Views 559
  • Created
  • Last Reply

Top Posters In This Topic

You can use this code to Website Tools > Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
  $(document).ready(function(){
    $('div.header-nav-item:last-child').appendTo('.header-actions .header-actions-action--social');
});
</script>
<style>
  .header-actions .header-actions-action--social {
    align-items: center;
}
</style>

image.thumb.png.4be8409f97d79ecf38dd0fd49a28680e.png

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

Link to comment

Use this new code

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
  $(document).ready(function(){
    $('div.header-nav-item:last-child').appendTo('.header-actions .header-actions-action--social');
});
</script>
<style>
  .header-actions .header-actions-action--social {
    align-items: center;
}
  a.icon+div.header-nav-item+div.header-nav-item {
    display: none !important;
}
</style>

 

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

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.