Jump to content

tuanphan

Circle Member
  • Posts

    64,861
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. Add to Design > Custom CSS footer.sections header.newsletter-form-header { display: none; } @media screen and (min-width:768px) { div#page-section-61e5e116b0a6b3288a9a5e3c>.row { display: flex; align-items: center; } }
  2. Don't remove any code in your current code Add this to Custom CSS @media screen and (max-width:767px) { div#page-section-615465899e86be5e4ede50cd>.row:nth-child(2)>.span-12 { width: 100% !important; } div#page-section-615465899e86be5e4ede50cd>.row:nth-child(2)>.span-12>.row>.col { width: 50% !important; float: left !important; } }
  3. Can you share link to page in screenshot? We can help easier
  4. In the code you will see some english text - french text. Just change it. If it still doesn't work, paste the code you used here, we will check it again
  5. Try this new code nav.header-nav-list { flex-wrap: nowrap; position: absolute; left: 50%; transform: translateX(-50%); }
  6. I think your code, will hide all pagination on event page, blog page, portfolio page, you can try this code for event page only .item-pagination[data-collection-type^="events"], .item-pagination[data-collection-type^="events"] { display: none; }
  7. Add to Design > Custom CSS time.published { display: none; }
  8. Add to Design > Custom CSS > Then save & reload the site @media screen and (max-width:640px) { section#new-page-61 figure img { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } section#new-page-61 .spacer-block { display: none; } section#new-page-61 h3 { font-size: 18px; } section#new-page-61 { height: 250px; } }
  9. Add to Design > Custom CSS h1.blog-title a { font-size: 30px; } .blog-single-column .image-wrapper { width: 50%; margin: 0 auto; } .blog-single-column .image-wrapper img { width: 100% !important; left: 0 !important; height: auto !important; } .blog-single-column .image-wrapper { padding-bottom: 25% !important; }
  10. For future members, use this new code <script> $(document).ready(function() { // desktop $('.header-nav-item.header-nav-item--folder:nth-child(2)>a').click(function() { window.location = "/thetenmembers"; }); $('.header-nav-item.header-nav-item--folder:nth-child(2)>a').attr('href','/thetenmembers'); // mobile $('.container.header-menu-nav-item [href="/services"]').click(function() { window.location = "https://beaverhero.com"; }); }); </script>
  11. Add to Design > Custom CSS nav.Header-nav.Header-nav--primary>div>span:nth-child(2):before { content: "Wedding"; font-size: 13px; text-align: center; display: block; } nav.Header-nav.Header-nav--primary>div>span:nth-child(3):before { content: "Brand"; font-size: 13px; text-align: center; display: block; } nav.Header-nav.Header-nav--primary>div>span:nth-child(2):after, nav.Header-nav.Header-nav--primary>div>span:nth-child(3):after { content: "Photography"; display: block; font-size: 13px; } nav.Header-nav.Header-nav--primary>div>span:nth-child(2), nav.Header-nav.Header-nav--primary>div>span:nth-child(3) { font-size: 0; }
  12. Add to Design > Custom CSS h2.nested-category-title.nested-category-title-padding:after { display: none !important; }
  13. Hi. Try this plugin https://sf.digital/squarespace-product-enquiry-form If you need a free solution, you can add a form in footer, then we will give the code to replace add to cart with this form
  14. If you haven't found anyone, try posting on Circle Forum or Squarespace Customization Resource Group on FB
  15. User clicks on a buttonThe button redirect the user into the checkout or cart page of my sqaurespace page where a specific produkt is already in the cart. Have you tried Product Block yet?
×
×
  • 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.