at17c Posted April 11, 2022 Share Posted April 11, 2022 Site URL: https://www.at17c.com/ Hello. I have made a custom Instagram logo, which works fine on the computer, in the navigation bar. But on mobile, whenever I enter the overlay menu, it goes back to the original Instagram logo. How do I add my custom IG logo to the overlay menu as well. I will attach some screenshots of how it looks, and the logo I want to use. Code for website is: basement TIA Link to comment
Beyondspace Posted April 11, 2022 Share Posted April 11, 2022 1 hour ago, at17c said: Site URL: https://www.at17c.com/ Hello. I have made a custom Instagram logo, which works fine on the computer, in the navigation bar. But on mobile, whenever I enter the overlay menu, it goes back to the original Instagram logo. How do I add my custom IG logo to the overlay menu as well. I will attach some screenshots of how it looks, and the logo I want to use. Code for website is: basement TIA Try adding to Home > Design > Custom Css .header--menu-open .header-menu-actions-action [href*='instagram'] svg{ visibility: hidden; } .header--menu-open .header-menu-actions-action [href*='instagram'] { position: relative; } .header--menu-open .header-menu-actions-action [href*='instagram']:after { content:''; background-image: url('your.'); background-size: 100%; background-position: 50% 50%; background-repeat: no-repeat; display: block; position: absolute; width: 100%; height: 100%; top:0; } change the url with your image 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
at17c Posted April 11, 2022 Author Share Posted April 11, 2022 It worked perfectly - thank you so much! tuanphan and Beyondspace 2 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