Jump to content

jackh

Member
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jackh's Achievements

Level 1

Level 1 (1/20)

0

Reputation

  1. How do i get the 'opt in to marketing' tick box when someone wants to create an account from the 'log in' button?
  2. hi, i pasted this into the footer, however cant see any change do i need to paste in the site's css into the css section also? when im pasting this in it still stops me from being able to scroll on the site so im still struggling a bit thanks
  3. sure! it's from https://greensock.com/forums/topic/30537-mouse-cursor-effect/ (the code was progressively improved as you go down) it's the second CODEPEN box from the bottom (where the effect is most exaggerated) This effect i saw first on https://advanced.team/ which looks insane would be so so cool if i could integrate this
  4. trying to create a cool cloudy cursor effect on my site using the below pasted in (this stops me from being able to scroll on site) i know the code is CSS compatible i just don't know what else it needs to work. (i have js also but every time i add it into header/ footer it just pastes it onto the website, i don't know how to get both CSS and JS to work and i am also unsure where to put the JS) html, body { overflow: hidden; } body { margin: 0; position: absolute; width: 100%; height: 100%; } #container { margin: 0; padding: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; } .a-title { position: absolute; color: transparent; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: conic-gradient(#ed0101, blue); pointer-events: none; mix-blend-mode: difference; filter: drop-shadow(2px 4px 6px black); } .a-second-title { position: absolute; margin-top: 25vh; pointer-events: none; -webkit-text-stroke: 1.3px white; letter-spacing: 1.125px; font-size: -webkit-xxx-large; font-weight: 900; mix-blend-mode: color-dodge; } canvas { width: 100%; height: 100%; }
×
×
  • 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.