Jump to content

imlucyelliott

Circle Member
  • Posts

    8
  • Joined

  • Last visited

Reputation Activity

  1. Love
    imlucyelliott reacted to tuanphan in Smooth scrolling gradient change   
    With other pages, try this code
    body .Main { background-color: transparent; } body { background: #292b30; background: linear-gradient( -45deg , #ee7752, #e73c7e, #23a6d5, #23d5ab); background-size: 400% 400%; -webkit-animation: gradient 15s ease infinite; animation: gradient 15s ease infinite; } @-webkit-keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }  
  2. Like
    imlucyelliott got a reaction from Beyondspace in Smooth scrolling gradient change   
    Just one question - this code works perfectly on my homepage, but no other page. I've tried changing the collection ID but that doesn't seem to do anything. Do I need to alter the code for other pages of my site?
     
  3. Like
    imlucyelliott got a reaction from Beyondspace in Smooth scrolling gradient change   
    You are an absolute genius @bangank36! This works perfectly, thanks for brightening my week!
  4. Like
    imlucyelliott reacted to Beyondspace in Smooth scrolling gradient change   
    Try if that help, you can find the correct collection id and replace accordingly
    Chrome Web Store - Extensions (google.com)
    #collection-5f3f9568da33df0d062c9e80 .Index-page { background-color: transparent; } #collection-5f3f9568da33df0d062c9e80 .Index { background: #292b30; background: linear-gradient( -45deg , #ee7752, #e73c7e, #23a6d5, #23d5ab); background-size: 400% 400%; -webkit-animation: gradient 15s ease infinite; animation: gradient 15s ease infinite; } @-webkit-keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
  5. Like
    imlucyelliott got a reaction from Beyondspace in Smooth scrolling gradient change   
    Site URL: https://lucyelliott.co.uk
    Hello!
    I'm trying to give one page (either a single blank page or an index containing sections - whichever is easier to do) on my site a scrolling gradient background as seen at https://locolove.com/ or https://www.wildernessfestival.com/2021-line-up/. Found various codes around the place but no luck getting them to work on my developer mode squarespace site, my actual site is V7 Brine family template.
    Any help appreciated!
×
×
  • 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.