Jump to content

tuanphan

Circle Member
  • Posts

    64,963
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. I don't see this section. Can you check it again? Use this CSS code to Website > Website Tools > Custom CSS section .content-wrapper { padding-top: 5px !important; padding-bottom: 5px !important; }
  2. This is not possible, you can consider using a custom plugin to add accordion instead of using Accordion Block
  3. You can access this link https://support.squarespace.com/hc/en-us/requests/new?&_ga=2.158148602.1528228047.1709611932-1306706104.1709475456#choose-topic
  4. To achieve this you will need to use some JS code. But you can consider create a blank page, use Summary Block to pull products from Product Page, so you can add any sections to this page. What do you think?
  5. I think we can use some CSS code to move text up + turn link to button. If you share link to page where you use carousel, we can check easier
  6. You want to embed Google Forms to your site or?
  7. Try this code to Page Header <style> @media screen and (min-width: 992px) { .header-title-logo a { background-position: left center !important; width: auto !important; height: 50px !important; }} </style>
  8. Can you share link to page where you added the code? We can check easier
  9. If still have problems, let me know, we can replicate all three icons with Code Block.
  10. Have you changed SEO Title of Resource Database Page yet?
  11. If you use a Business Plan/higher, add this code to 2024 Event Working Page Header Code Injection <style> h1.eventitem-title { font-family: 'Fraunces' !important; } </style> If you use Personal Plan, use this code to Website > Website Tools > Custom CSS body.collection-65ce23ee6964f56596229096 h1.eventitem-title { font-family: 'Fraunces' !important; }
  12. You have invalid [ ] symbol, it should be #block-yui_3_17_2_1_1709491059499_10305 { border-left: 1px solid black; }
  13. Their approach (CSS-Tricks) require to use JavaScript code, to change structure of Navigation item If you use Business Plan or higher, I can try their approach, but if your plan is Personal, this is not possible Your Hover code doesn't work because you have a typo color NOT colour It should be .header-nav-item a:hover { color: #003b70 !important; }
  14. Use a code like this .blog-excerpt-wrapper { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } If you mean this page https://lisagaron.com/blog
  15. Try this code to Website > Website Tools > Custom CSS @media screen and (max-width:991px) { .header-display-desktop { display: block !important; position: absolute; right: 15vw; z-index: 99999999; } .header-display-desktop .header-title-nav-wrapper, .header-display-desktop .header-burger { display: none; } .header-dislay-desktop .header-actions.header-actions--right { display: flex !important; } div#multilingual-language-picker-desktop {} .header-display-desktop .header-actions.header-actions--right, .header-display-desktop div#multilingual-language-picker-desktop { display: flex !important; } .header-burger { visibility: hidden; } }
  16. First edit your page > Add a Block > Choose Code Then paste this code into Code Block <style> header#header, footer.sections { display: none !important; } </style>
  17. I see you used code to hide image on mobile. Do you still need help?
  18. Try this code to Last Line in Code Injection > Footer <script> $(document).ready(function(){ $(".product-price").html(function() { return $(this).html().replace("from", "new text"); }); }); </script>
  19. First, make text $750 bold Next, use this code to Website > Website Tools > Custom CSS .list-item-content__description p strong { font-weight: normal; text-decoration: line-through; } result
  20. Use this new code div.header-display-mobile .header-title:after { content: "South Mountain Advanced \A Therapies Consultants, LLC"; display: block; font-family:cormorant infant; font-size: 11px; white-space:pre; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
  21. You can use this ID, both are same [data-section-id="...."] .fluid-engine Replace data-section-id with your id
  22. We can use CSS code to make it to multi columns (if you share site url, we can help easier) Or if you want folder inside folder, you can use a plugin
  23. Checkout (/checkout) or Cart Page (/cart)? If checkout, it is not possible If Cart page, you can share site url, we can help easier
×
×
  • 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.