Jump to content

tuanphan

Circle Member
  • Posts

    64,922
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. You mean users can choose Country in dropdown >> Open a new page with a different navigation bar?
  2. I think you used Enter to add line break (home - about) and Shift Enter to add line break (about - photos, etsy-store..) so it caused problem You try type links again
  3. You need to add it first then share url, we can check code easier
  4. Try adding this code to Website > Website Tools (under Not Linked) > Custom CSS @media screen and (min-width:901px) { body#collection-65bbd0e1a9112d3cac570ae4 { .sqs-gallery-design-autocolumns { height: auto !important; display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 10px; } .collection-type-gallery.gallery-design-grid .slide { width: 100% !important; height: auto !important; top: unset !important; left: unset !important; position: relative !important; } .sqs-gallery-design-autocolumns-slide img { height: 100% !important; }}}
  5. To remove fixed on homepage, you can use this CSS code body.homepage .sqs-announcement-bar-dropzone { position: relative !important; }
  6. You mean Change Style or change Tag (for SEO Purpose) Can you share link to blog page?
  7. body#collection-6572d00a60727a0edd00a2b9 is Page ID, not Block ID with new page, the ID should be body#collection-657198b61aad8f749e2925bb
  8. Hi, What is site url? We can check easier If you can't share url, you can also use this code to Website > Website Tools (under Not Linked) > Custom CSS div.header-nav-item>a { color: black !important; }
  9. The url doesn't work. Can you check it again?
  10. The site is expired, you can access this link to extend it for free
  11. You can use this code to Website > Website Tools (under Not Linked) > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function() { $('div.header-nav-item:nth-child(1)>a').click(function() { var link = $(this).text(), href = "/work"; window.location.href=href; }); }); </script>
  12. The simplest way is drag them with new editor (Fluid Engine)
  13. With some top sections, I see you used CSS code to make side by side/stacked, you can duplicate & adjust the code
  14. Use this <style> /* header color */ header#header { background-color: #f1f2f3 !important; } /* navigation items */ header#header div.header-nav-item>a { color: #f1f !important; } /* Login text */ header#header [class*="auth"] { color: #f1f !important; } /* Social Icons */ header#header [class*="social"] svg { fill: #f1f; } /* Cart icon */ header#header [class*="cart"] svg { fill: #f1f; stroke: #f1f !important; } /* Cart quantity */ header#header span.sqs-cart-quantity { color: #f1f; } /* Buttons */ header#header a.btn { background-color: black !important; color: white !important; } /* Burger Icon */ header#header .burger-inner>div { background-color: #f1f !important; } /* Burger X Close icon */ body.header--menu-open header#header .burger-inner>div { background-color: #f1f !important; } </style>
  15. Yes, but will be quite manually. Assign some tags for all products, then use code to Add a Filter (not dropdown) to top of product page
×
×
  • 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.