jzp Posted March 8 Share Posted March 8 Howdy, Squarespace geniuses! I'd like to create a hover effect on the portfolio menu items on my website. I'd like it to match the hover effect that happens in my navigation and header. I'm using color #787878 for the Hover color. Website HERE. Please and thank you! Link to comment
Ziggy Posted March 8 Share Posted March 8 (edited) Try this Custom CSS: .portfolio-hover-item-title { transition:ease-in-out 300ms; &:hover { color:#787878; } } Edited March 8 by Ziggy Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
jzp Posted March 9 Author Share Posted March 9 20 hours ago, Ziggy said: .portfolio-hover-item-title { transition:ease-in-out 300ms; &:hover { color:#787878; } } I appreciate your help, but it didn't seem to do the trick. Link to comment
tuanphan Posted March 13 Share Posted March 13 On 3/9/2024 at 12:34 PM, jzp said: I appreciate your help, but it didn't seem to do the trick. Use this new CSS code a.portfolio-hover-item:hover * { color: #787878 !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!) 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