abc Posted December 19, 2021 Share Posted December 19, 2021 (edited) Site URL: https://steven.squarespace.com/about Please scroll down on my website until you see the accordion. Currently: When you open any of the accordion items, the title color changes from gray to yellow, and similarly when you close the item, the color changes from yellow back to gray. What I'd like to achieve: Add transition smoothness to color changes (from gray to yellow, and from yellow to gray). Thank you in advance. Edited December 19, 2021 by sqsp Link to comment
Solution Beyondspace Posted December 20, 2021 Solution Share Posted December 20, 2021 3 hours ago, sqsp said: Site URL: https://steven.squarespace.com/about Please scroll down on my website until you see the accordion. Currently: When you open any of the accordion items, the title color changes from gray to yellow, and similarly when you close the item, the color changes from yellow back to gray. What I'd like to achieve: Add transition smoothness to color changes (from gray to yellow, and from yellow to gray). Thank you in advance. Try adding to Home > design > custom css .accordion-item__title { transition: color 0.5s ease; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too tuanphan and abc 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
abc Posted December 20, 2021 Author Share Posted December 20, 2021 1 hour ago, bangank36 said: Try adding to Home > design > custom css .accordion-item__title { transition: color 0.5s ease; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too I can't believe I didn't think of such a simple solution. Thank you so much! Beyondspace 1 Link to comment
Beyondspace Posted December 20, 2021 Share Posted December 20, 2021 1 hour ago, sqsp said: I can't believe I didn't think of such a simple solution. Thank you so much! Yub, Simple can be harder than complex 😅 😅😅 abc 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. 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