Jump to content

Bob_B

Member
  • Posts

    16
  • Joined

  • Last visited

Community Answers

  1. Bob_B's post in Momentum 7.0 coverpage: Only five navigation buttons allowed? was marked as the answer   
    I found a css code insert that works. This will add two buttons:
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
    <li id="button1">
      <a href="https://www.google.com">
        Purchase Prints
      </a>
    </li>
    <li id="button2">
      <a href="https://www.google.com">
        Get Notified
      </a>
    </li>
     
    <script>
      $( document ).ready(function() {
        $( "#button1" ).appendTo( $( "ul" ) );
        $( "#button2" ).appendTo( $( "ul" ) );
      });
    </script>
×
×
  • 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.