Squarespace hacks that I've found so you don't have to look thru the forums
https://forum.squarespace.com/topic/260721-social-media-icons-can-we-change-them-and-how
- Go to Custom CSS page on your site url where it ends in
/config/pages/website-tools/custom-css
. You can get there thru Website > Pages > Website Tools (at bottom of sidebar) > Custom CSS. - Paste in the code at the bottom of the Custom CSS page and save.
- Paste in the url of your Bluesky profile link in Social Links section on your site url where it ends in
/config/settings/website/social-links
- Eg)
https://bsky.app/profile/kpossibles.bsky.social
orhttps://bsky.app/profile/sara.pizza
Customize your bluesky icon by updating the url in the code below:
- Black:
https://raw.githubusercontent.com/OzzyCzech/bluesky-icon/refs/heads/main/dist/bluesky-icon.svg
- White:
https://raw.githubusercontent.com/OzzyCzech/bluesky-icon/refs/heads/main/dist/bluesky-icon.white.svg
- Blue:
https://raw.githubusercontent.com/OzzyCzech/bluesky-icon/refs/heads/main/dist/bluesky-icon.blue.svg
Thanks to OzzyCzech for the SVG!
//Bluesky Icon//
footer.sections a.sqs-svg-icon--wrapper[href*="bsky.app"] svg {
visibility: hidden;
}
footer.sections a.sqs-svg-icon--wrapper[href*="bsky.app"] {
background-image: url(https://raw.githubusercontent.com/OzzyCzech/bluesky-icon/refs/heads/main/dist/bluesky-icon.white.svg) !important;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
This is for people who have their domain name through Squarespace.
- Go to this link and replace DOMAINNAME with the domain name
https://account.squarespace.com/domains/managed/DOMAINNAME
Eg)https://account.squarespace.com/domains/managed/google.com
- Click DNS
- In the Custom Records section, click ADD RECORD button
- Follow the steps from the Bluesky tutorial to fill in your info
- Wait a couple minutes for the change to propogate the internet, then click Verify DNS Record button in Bluesky