Jump to content

Hide Social Icon Links in Certain Sections

Go to solution Solved by Beyondspace,

Recommended Posts

Site URL: https://fennel-hawk-fwg3.squarespace.com/services

https://fennel-hawk-fwg3.squarespace.com/services Password: tails2021

On this page, I have social links in the banners that say "Ontario" and "Alberta". These are two different branches of business with separate social accounts. I want to be able to hide the irrelevant social icons in each banner (so for Ontario, the last three should be hidden. For Alberta, the first three should be hidden.)

 

Any help would be greatly appreciated! Thanks in advance.

Link to comment
  • Solution
1 hour ago, lulu.lindberg said:

Site URL: https://fennel-hawk-fwg3.squarespace.com/services

https://fennel-hawk-fwg3.squarespace.com/services Password: tails2021

On this page, I have social links in the banners that say "Ontario" and "Alberta". These are two different branches of business with separate social accounts. I want to be able to hide the irrelevant social icons in each banner (so for Ontario, the last three should be hidden. For Alberta, the first three should be hidden.)

 

Any help would be greatly appreciated! Thanks in advance.

You can add to Home > Design > Custom Css

/*Display social icon for Ontario*/
section[data-section-id="617aeb94ea317421e526d6a0"] {
	.socialaccountlinks-v2-block {
		a {
			&:last-child {
				display: none;
			}
			&:nth-child(5) {
				display: none;
			}
			&:nth-child(4) {
				display: none;
			}
		}
	}
}
/*Display social icon for Alberta*/
section[data-section-id="617b0a9ccfc6cd38e68acb90"] {
	.socialaccountlinks-v2-block {
		a {
			&:first-child {
				display: none;
			}
			&:nth-child(2) {
				display: none;
			}
			&:nth-child(3) {
				display: none;
			}
		}
	}
}

Let me know if it works properly on your site

Support me by pressing 👍 if this useful for you

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.