Jump to content

tuanphan

Circle Member
  • Posts

    66,939
  • Joined

  • Last visited

  • Days Won

    536

Everything posted by tuanphan

  1. Replace body#collection-5d58db8548099500014d80bb with Your Page ID. See how to find Page ID.
  2. <script> function myFunction() { var myWindow = window.open("https://adventurecharters.zaui.net/modules/webBooking/index.php?id=1&action=Details", "", "width=800,height=600"); } </script> <style> .buttonACICBS { background-color: #F7C413; border: none; color: black; padding: 25px 65px; text-align: center; text-decoration: none; display: inline-block; font-size: 26px; font-weight: bold; margin: 4px 0px; cursor: pointer; } </style> <div align="center" > <button class="buttonACICBS" onclick="myFunction()">BOOK NOW</button> </div> With style & script, you can insert to Header Code Injection, however, with <div>...</div> you can't insert to Header. Use Footer Code Injection or Code Block.
  3. With JavaScript, you need to wrap in scrip tag <script> code here </script> Can you share the code you used?
  4. .image-title.sqs-dynamic-text p { font-family: 'Golden Trail' !important; }
  5. Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#page-5dc48a5090367c2c43071590>.row.sqs-row { display: flex; flex-direction: column-reverse; } }
  6. Add this code to Home > Design > Custom CSS @media screen and (max-width:640px) { nav.Mobile-overlay-nav.Mobile-overlay-nav--primary .Mobile-overlay-nav-item:nth-child(2) { display: none; } } Create another folder to the right of Featured. Because if you create on the left, the code will need to be changed to nth-child(3)
  7. Add to Home > Design > Custom CSS @media screen and (max-width:640px) { /* Homepage */ div#block-e7e85af2cfc85e2f2882 h1 { font-size: 30px; } /* services page */ div#block-576dd8cfb8825416576a h1 { font-size: 20px; } }
  8. @AprilRains Can you share link to your site?
  9. @AngelicaHV Add to Home > Design > Custom CSS .gallery-masonry[data-width="full"] { padding-top: 0; }
  10. Can you take screenshot? Did you solve?
  11. /* Nav item hover color - underline */ .header-nav-item a:hover { color: violet; } Reference (nav hover color code for all templates 7.0 & 7.1): https://beaverhero.com/squarespace-navigation-links/
  12. Home > Settings > Advanced > Code Injection > Paste GG code to Header
  13. replace #cart with .collection-type-blog.view-item
  14. @erin3 Your site is private. Please setup password & share url
  15. @marmar try adding .BlogItem to before .BlogItem .sqs-block-content a { font-weight: bold; border-bottom-width: 3px !important; }
  16. Add to Home > Design > Custom CSS .main-nav a[href="/donate"] { background: darkgray; padding: 5px 10px !important; border: none !important; color: white; }
  17. You inserted this code in Header, remove it /* Remove nav desktop */ div#headerNav { display: none !important; }
×
×
  • 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.