hey_sp Posted March 6 Share Posted March 6 Hello! I have custom code creating two buttons in my main nav and I want to just target one of them to change the colour. Is there a way for me to change the background colour of just the "Match with a Therapist" button in my header nav and leave "Book an Appointment" as is? https://goldfish-wrasse-48kn.squarespace.com/ password: igc Link to comment
Ziggy Posted March 6 Share Posted March 6 How have you added the second button? 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
hey_sp Posted March 6 Author Share Posted March 6 (edited) @Ziggy I added the button by following this post which lead me to this solution and it worked like a gem! Edited March 6 by hey_sp creedon 1 Link to comment
hey_sp Posted March 6 Author Share Posted March 6 @isabellarossi593 thank you, that's how I started out but had a hard time finding the correct identifier. I can't seem to find an ID when I inspect the code for the button so I tried to use the href for that button to help identify it but I must have been doing that wrong. This probably all boils down to me not being able to find/use the correct identifier. Link to comment
Solution Ziggy Posted March 6 Solution Share Posted March 6 You could try targeting with this CSS: #siteWrapper .header .header-actions-action--cta .sqs-button-element--primary:nth-child(1) { background-color:red; } 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
hey_sp Posted March 6 Author Share Posted March 6 @Ziggy That worked perfectly!! Thank you so much! Ziggy 1 Link to comment
Ziggy Posted March 7 Share Posted March 7 14 hours ago, hey_sp said: @Ziggy That worked perfectly!! Thank you so much! You're welcome! You can change nth-child(1) to nth-child(2) if you want to target the other button. tuanphan and hey_sp 1 1 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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