Jump to content

tuanphan

Circle Member
  • Posts

    64,890
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. I tried creating a demo, you can check https://tuanphan.squarespace.com/typeform-popup?noredirect password: abc
  2. Can you share link to page where you use summary block? We can check easier
  3. Use this code to Website > Website Tools > Custom CSS /* writing options disable link */ .user-items-list-item-container[data-section-id="628637a8e6ac343848004edc"] * { pointer-events: none; }
  4. You can use this CSS code fieldset.checkbox div.title span { font-weight: bold !important; }
  5. Use this CSS code to fix problem [data-section-id="65ce6fa55def9a5d46065217"] { z-index: 999999 !important; }
  6. Can you share link to homepage? We can check easier
  7. Can you share link to this page? We can check easier
  8. #1. #2. Use this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { section#pdp { padding: 0 !important; } section.product-details.ProductItem-details { padding-left: 2vw; padding-right: 2vw; } h1.ProductItem-details-title, .product-price { text-align: center; } }
  9. Your site is private. You can follow this guide to share url
  10. Change this code to this header#header a.second-button { background-color: #000 !important; color: #fff !important; display: inline-block !important; margin-left: 20px; }
  11. If you use Universal Filter Plugin to add dropdown filters, you can follow these steps to change url I did an example for Project 01, Project 02 here https://thung.squarespace.com/portfolio-filter?noredirect pass: abc (1) Add hooks code to this position hooks: { onFilter: function (f) { externalLink(f); } } (2) Add jQuery code above Universal Filter Plugin code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> (3) Add this code to on top of Filter Plugin code, but under <script> tag var externalLink = function (f) { $('a.grid-item[href="/portfolio-filter/project-one-j5z9d"]').attr('href','https://google.com'); $('a.grid-item[href="/portfolio-filter/project-two-j6ehw"]').attr('href','https://amazon.com'); $('a.grid-item').attr('target','_blank'); }; (4) red arrow is Portfolio Item URL
  12. Try this code to Website > Website Tools > Custom CSS .wrap a:visited { font-weight: bold !important; }
  13. You can move this code in to bottom of Code Block (do not add to Custom CSS) <style> .fe-65b1968b881a407ad804001e { --sqs-site-max-width: 100% !important; } </style>
  14. You haven't declared @font-face for Botanica yet
  15. Can you share link to this event? We can check easier
  16. Use this code to Custom CSS box div.image-slide-title { overflow: visible !important; white-space: initial !important; }
  17. With header dropdown, use this CSS code div.header-nav-folder-item a { display: inline-block !important; }
  18. I see you figured it out? With custom font, use CSS like this .image-slide-title { font-family: 'Blender-Pro-Medium.otf' !important; }
  19. Add this code under, if it doesn't work, please share site url, we can check easier <style> @media screen and (max-width:767px) { .logoload { background-size: contain !important; } } </style>
×
×
  • 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.