pro 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 pro and tuanphan 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
pro 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 😅 😅😅 pro 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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