Jump to content

tuanphan

Circle Member
  • Posts

    65,269
  • Joined

  • Last visited

  • Days Won

    521

Everything posted by tuanphan

  1. I see you edited code I sent I sent this but you added this, because you added code in max-width 767px so the code will run with screen sizes under 767px only You can move my code to top of Custom CSS box, and don't wrap it with any code around
  2. To change Logo URL on One Page, you can use this code to Page Header Code Injection <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-title a').attr('href','https://google.com'); }); </script> Replace Google with new page url
  3. Have you tried adding an Image Bock then add a Text Block Join Now over it ?
  4. This page, has incorrect password https://www.ypha.org.uk/news
  5. Try some CSS code like this @media screen and (max-width:767px) { body[class*="type-blog"] .slide { width: 50% !important; } }
  6. Can you share link to this page? We can check your problem easier
  7. a.btn is Header Button ID If you want to apply to specific button, you can use another ID For example, if you want Button Block, use some ID like this #button-block-id a Use this tool to find ID: https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff If you want to apply to a button in List Section, you can enter this URL to List Item button: #typeform then replace a.btn with [href="#typeform"] In case you still can't make it work, you can share link to page & let me know which button, I will give you exact ID/code
  8. "this image" is a static text or? If text, you mean click that text will open a lightbox, and lightbox contains image?
  9. I think that code should work on both desktop + mobile. If you still have problem, you can share link to your site, we can check easier
  10. Change your code to this body:not([class*="type-products"]) .image-block:hover { background-color: #00000; opacity: 0.6; transition: all .3s ease-in-out;}
  11. I created a quick demo with Portfolio Page, you can check https://thung.squarespace.com/portfolio-filter?noredirect pass: abc Is this what you want?
  12. Use this code //MOBILE// .header-menu-nav-item a, a.btn { font-family: 'locator-web' !important; }
  13. You can use this CSS code (this code for homepage) body.homepage section#container { margin-top: 0px !important; } body.homepage div#container-content { padding-top: 0px !important; }
  14. I usually use 2 approaches to achieve this (1) Add it to page content instead of footer, then use code to Page Header Code Injection (2) Use Section Loader Plugin to build content in Not Linked Page, then use code to Page Header Code Injection to achieve this on one page You can share link to some pages & Describe desired layout, I think I can write a quick guide for you.
  15. Can you share link to page? We can check problem easier
  16. Here I used Universal Filter Plugin (affiliate link) or this link (non-affiliate link)
  17. Change to 2 dots only or multiple dots? If 2 dots, I can give the code, but multiple dots, I have no idea
  18. You can open Universal Filter Plugins Documentation page & scroll down to this section
  19. It will require some steps and each case require a different code, so I wrote this guide for you. In case you can't make it work, you can follow all steps then share link to page where you added text/images, I can check & adjust your code easier
  20. Can you add the code? Currently I can't add code from my browser
  21. Try this font face code to this @font-face { font-family: 'Classico'; src: url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65d7096dd06f7d446b85ccba/1708591469756/ClassicoRegular.woff2') format('woff2'); src:url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65d709198ea47f6464ef17b0/1708591385270/ClassicoRegular.woff') format('woff'),/* Pretty Modern Browsers */ url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65d7089b6743983e5a4e7519/1708591259927/ClassicoRegular.ttf') format('truetype'),/* Safari, Android, iOS */ url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65b8ca64a20cfe4c6473e639/1706609252306/Classico.otf') format('opentype'); }
  22. You can share link to your portfolio page, we can adjust the code for your site easier. Portfolio doesn't support Description, and support title only, so it will require some more code to add text
×
×
  • 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.