Jump to content

Ziggy

Circle Member
  • Posts

    9,078
  • Joined

  • Last visited

  • Days Won

    103

Everything posted by Ziggy

  1. That's possible, I don't know what you had there before. Errors in a code block might be a cause of a negative change to your website, but I don't have the URL to look at that or anything else.
  2. From the screenshots it looks like it's overlapping in a slightly different way, but I'm not familiar with your website, were you trying to adjust something with CSS?
  3. Can you share your website URL and this page?
  4. This would be a potential option to consider: https://ghostmarketplace.com/product/1692204231500x360764331611914240
  5. Try this improvement to the anchor links: https://www.will-myers.com/articles/perfect-anchor-links-in-squarespace
  6. That's not an effect I've seen exactly implemented on a Squarespace website. But I do know of a plugin that does something sort of similar, you can see a demo here: https://quillfish-tangerine-4c2a.squarespace.com/coverflow PW: test https://www.will-myers.com/slider-pro-demo
  7. Can you share your website URL and this page?
  8. Squarespace 7.1 with Fluid Engine doesn't have a text wrap feature for images, but you can adjust the block sizes on mobile so they don't overlap.
  9. Not sure this is helpful. The easiest way to fix this would be to use a different rgba value, try rgba(0, 0, 0, 0.7) Or you could use a pseudo element so you can use the blend mode on just that element, something like this: /*NAV SECTION DROP SHADOW*/ section[data-section-id="66747049f3abb2025cbd195e"]:before { content:''; width:100%; height:100%; position:absolute; box-shadow: 0px 5px 12px rgba(100, 100, 100, 0.7); mix-blend-mode: multiply; } Let me know how you get on!
  10. This isn't an option. Screen widths of less than 767px will follow the mobile layout, above 768px will follow the desktop layout, there is not a layout for a "minimized desktop" or tablet screen resolution.
  11. I guess this is applying to everything not just the box shadow, but it's just a guess because I can't see your website or code, could you share both please?
  12. You should be able to do this by naming the forms individually. But, if you want to add a field at the end and hide it, this Custom CSS will hide the final field in every form (just make sure the field isn't set to required!) .form-wrapper .react-form-contents .field-list .field:last-child { display:none; }
  13. No, you're not missing anything, there isn't an option for turning off autoplay on background graphics, so there's nothing to turn back on. I can't explain why you aren't seeing it, but I've checked on every device I have access too, and it always works for me...if that helps to know!
  14. The background animation does load, play, and loop automatically when I visit the website for the first time.
  15. If I understand correctly that you want both domains to point to the same new website; disconnect the old domain from the old website and add it to the new website. Ideally you would add URL forwarding from all of the old pages to new ones if there are different URL slugs on the new website.
  16. Do you want each grey shape to change colour independently?
  17. Did you receive a contributor invitation from Squarespace since purchasing?
  18. It would be better to remove the CTA and put two links into the navigation. Those can then be styled and stacked. How do you want to add the tagline, assuming you're happy with CSS? This will stack the navigation: .header-nav-list { flex-direction: column; row-gap: 4px; } This will start you off with styling the navigation links: .header-layout-nav-center .header-nav .header-nav-item { border: 2px solid black; background-color: black; transition: ease-in-out 300ms; &:hover { background-color: red; } } .header .header-nav-wrapper a { padding: 0.1em 0.8em; }
  19. I do like typeform as a user experience, but I don't know if they have the logic to select different recipients.
  20. I've never seen a way to alter the built-in fonts, if you want any customization, you need to upload your own font.
  21. You're right, when I set it the characters are slightly different (though closer than yours for some reason). I think you would have to upload the full character set as a custom font in CSS, if you have access to the full font set.
×
×
  • 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.