Guest Posted July 28, 2023 Posted July 28, 2023 I want to change the color of the social media icons only on the Homepage. With this code I've been able to change the color of the icons –the "text": body.homepage .header-actions .icon--fill svg { fill: #000000 !important; } But I want to change also the background-color of the icon –which I designed as a solid circle– to black with a 50% transparency. What's the code for that? Link of the page: www.datingimmersion.com Thanks
Ziggy Posted July 28, 2023 Posted July 28, 2023 Try this: body.homepage .header-actions .header-icon-border-style-solid { background-color:rgba(0,0,0,0.5); } 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?
Guest Posted July 28, 2023 Posted July 28, 2023 51 minutes ago, Ziggy said: Try this: body.homepage .header-actions .header-icon-border-style-solid { background-color:rgba(0,0,0,0.5); } not working 😕
tuanphan Posted July 29, 2023 Posted July 29, 2023 Add to Design > Custom CSS body.homepage header#header a.icon { background-color: rgba(0,0,0,0.5) !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!)
ValueResonance Posted August 21, 2023 Posted August 21, 2023 @tuanphan Please see attached. I am trying to get the Linked In icon to be in the Linked in brand colour blue. It worked at first, and then for some reason stopped working!!! Any ideas? Best wishes and TX
Ziggy Posted August 21, 2023 Posted August 21, 2023 @ValueResonance please can you share your website URL. 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?
ValueResonance Posted August 21, 2023 Posted August 21, 2023 https://www.valueresonance.space/ I seem to have it working on mobile in the LinkedIn blue colour, but on desktop it stays pink! I would be surprised if it was due to the cache because other updates go through within seconds no problem
ValueResonance Posted August 21, 2023 Posted August 21, 2023 Solved. closed Browser, Cleared cache and it came bac eventually. took a long time, maybe it was open in a window somewhere! Ziggy and tuanphan 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment