Jump to content

tuanphan

Circle Member
  • Posts

    64,819
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. Use this code to Website > Website Tools > Custom CSS .page-text-wrapper.clearfix { margin-top: 0px !important; margin-bottom: 30px !important; } h1.page-title { margin-bottom: 30px !important; }
  2. You can use this code to Website > Website Tools (under Not Linked) > Custom CSS .header-announcement-bar-wrapper { padding-left: 3vw !important; }
  3. Try this CSS Code @media screen and (max-width:767px) { #block-0caff5f46a51d3dfea13 { -webkit-transition: unset !important; -o-transition: unset !important; transition: unset !important; } }
  4. I tried creating a demo, you can check https://tuanphan.squarespace.com/typeform-popup?noredirect password: abc
  5. Can you share link to page where you use summary block? We can check easier
  6. 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; }
  7. You can use this CSS code fieldset.checkbox div.title span { font-weight: bold !important; }
  8. Use this CSS code to fix problem [data-section-id="65ce6fa55def9a5d46065217"] { z-index: 999999 !important; }
  9. Can you share link to homepage? We can check easier
  10. Can you share link to this page? We can check easier
  11. #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; } }
  12. Your site is private. You can follow this guide to share url
  13. Change this code to this header#header a.second-button { background-color: #000 !important; color: #fff !important; display: inline-block !important; margin-left: 20px; }
  14. 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
  15. Try this code to Website > Website Tools > Custom CSS .wrap a:visited { font-weight: bold !important; }
  16. 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>
  17. You haven't declared @font-face for Botanica yet
  18. Can you share link to this event? We can check easier
  19. Use this code to Custom CSS box div.image-slide-title { overflow: visible !important; white-space: initial !important; }
  20. With header dropdown, use this CSS code div.header-nav-folder-item a { display: inline-block !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.