Jump to content

What is the code to make quote box animated colour gradient, like my services (see image)

Recommended Posts

Hi

 

Please see attached image, I want to make the circled quote highlighted on an animated colour gradient background, as in other attcahed image.

 

How would I tweak the below code?

 

body#collection-643afedc7572ef34f045bbf2 .user-items-list-item-container li {
    background: linear-gradient(-45deg,#53d6ff,#666be1,#e45372,#f07c63);
    background-size: 400% !important;
    -webkit-animation: Gradient 10s ease infinite !important;
    -moz-animation: Gradient 10s ease infinite !important;
    animation: Gradient 10s ease infinite !important;
    padding-top: 20px;
}

 

Thanks

Screenshot 2023-09-28 110318.jpg

Screenshot 2023-09-28 110336.jpg

Link to comment
  • Replies 3
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

You can use this CSS code

/* homepage */
div#block-yui_3_17_2_1_1695897875145_17547 {
    background: linear-gradient(-45deg,#53d6ff,#666be1,#e45372,#f07c63);
    background-size: 400% !important;
    -webkit-animation: Gradient 10s ease infinite !important;
    -moz-animation: Gradient 10s ease infinite !important;
    animation: Gradient 10s ease infinite !important;
    padding: 10px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • 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.