MJohn Posted July 28, 2022 Share Posted July 28, 2022 Site URL: https://newmomu.squarespace.com/ pw: newmomu I managed to put in a Whatsapp icon in my navigation with this code but I can't get it to be inline with the Youtube link. Also, how can I get it to change color when hovered on? header#header [href*="wa.me"] { visibility: hidden; } header#header [href*="wa.me"]:before { visibility: visible; content: "\f232"; font-family: "Font Awesome 5 Brands"; color: white; } Thanks! Link to comment
Solution Beyondspace Posted July 28, 2022 Solution Share Posted July 28, 2022 12 minutes ago, MJohn said: Site URL: https://newmomu.squarespace.com/ pw: newmomu I managed to put in a Whatsapp icon in my navigation with this code but I can't get it to be inline with the Youtube link. Also, how can I get it to change color when hovered on? header#header [href*="wa.me"] { visibility: hidden; } header#header [href*="wa.me"]:before { visibility: visible; content: "\f232"; font-family: "Font Awesome 5 Brands"; color: white; } Thanks! Try adding to Home > design > Custom Css header#header [href*="wa.me"] { display: flex; align-items: center; } header#header [href*="wa.me"]:hover:before { color:green; } Let me know how it works on your site tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted July 28, 2022 Share Posted July 28, 2022 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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