Immortal_Explorer Posted September 28, 2023 Share Posted September 28, 2023 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 Link to comment
tuanphan Posted October 3, 2023 Share Posted October 3, 2023 Hi, Can you share link to this page? 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
Immortal_Explorer Posted October 5, 2023 Author Share Posted October 5, 2023 Thanks www.brainforestcreative.com Link to comment
tuanphan Posted October 5, 2023 Share Posted October 5, 2023 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment