Jump to content

align social icons (side by side) and change footer 'icon' image to discord logo

Recommended Posts

Site URL: https://www.invisiblefriendsofsolana.com

The social icon's alignment in the header is messed up, are they not supposed to be side by side as default? 

 

I can't manage to change the image in the footer for the link either. 

 

Any help? 

 

css code for the logo in the header: 

//Discord logo
  .icon--fill:nth-of-type(2) {
    svg {
      display:none;
    }  
    background-image: url(https://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.png);    
    background-size: 100%;    
    background-repeat: no-repeat;  
  } 
  
.header-menu-actions-action:nth-of-type(2) {    
  svg { 
    display:none;    
  }    
  background-image: url(discohttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pngrd.png);    
  background-size: 100%;    
  background-repeat: no-repeat;  
}

Link to comment
16 minutes ago, sksk111 said:

Site URL: https://www.invisiblefriendsofsolana.com

The social icon's alignment in the header is messed up, are they not supposed to be side by side as default? 

 

I can't manage to change the image in the footer for the link either. 

 

Any help? 

 

css code for the logo in the header: 

//Discord logo
  .icon--fill:nth-of-type(2) {
    svg {
      display:none;
    }  
    background-image: url(https://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.png);    
    background-size: 100%;    
    background-repeat: no-repeat;  
  } 
  
.header-menu-actions-action:nth-of-type(2) {    
  svg { 
    display:none;    
  }    
  background-image: url(discohttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pngrd.png);    
  background-size: 100%;    
  background-repeat: no-repeat;  
}

I check that it conflicts with the solution I gave in the old post

Kindly update the new one in this post and let me know how it goes

Edited by bangank36

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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
1 hour ago, bangank36 said:

I check that it conflicts with the solution I gave in the old post

Kindly update the new one in this post and let me know how it goes

Thank you. I noticed it was the 'display: block' which was impacting it. 

 

Just struggling on changing the footer 'social link' image to the discord one now. 

Link to comment
6 hours ago, sksk111 said:

Thank you. I noticed it was the 'display: block' which was impacting it. 

 

Just struggling on changing the footer 'social link' image to the discord one now. 

Try the following one to change social icon for discord

[href *="discord"] {
  background-image: url(https://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
[href *="discord"] svg {
  display: none;
}

Hope it can help

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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.