Immortal_Explorer Posted September 22, 2023 Posted September 22, 2023 Hi I would like to do a colour/shadow gradient outline around each of the below boxes? The same colour as my buttons etc Is there code for this? Thanks Alex
tuanphan Posted September 25, 2023 Posted September 25, 2023 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!)
Immortal_Explorer Posted September 25, 2023 Author Posted September 25, 2023 www.brainforestcreative.com Thanks
tuanphan Posted September 25, 2023 Posted September 25, 2023 Use this CSS code .user-items-list-item-container[data-section-id="643b0332cf62e66cb03c9ca9"] li.list-item { 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; } 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!)
Immortal_Explorer Posted September 25, 2023 Author Posted September 25, 2023 (edited) Thanks mate. That's amazing, now sorry to bother you again. Is there any CSS I can add to this section which will allow me to link each individual box to its respective page? Thnaks Edited September 25, 2023 by Immortal_Explorer
Immortal_Explorer Posted September 26, 2023 Author Posted September 26, 2023 I've figured it out. I had to get the new section ID and swap it for the old one in dev tools. Wahooo I'm learning Thanks anyway tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment