Jump to content

Custom socials logo in Mobile dropdown menu

Recommended Posts

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

Skærmbillede 2022-04-11 kl. 14.50.25.png

Skærmbillede 2022-04-11 kl. 14.50.11.png

Link to comment
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

Skærmbillede 2022-04-11 kl. 14.50.25.png

Skærmbillede 2022-04-11 kl. 14.50.11.png

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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.