Custom Codes We Use To Elevate Our Web Design.

Are you intimidated by the idea of adding custom code to your Squarespace website? Don't worry, we're here to help! Customising your website with code might seem like a daunting task, but it can actually be a straightforward process if you have the right guidance. In this blog post, we'll share the five most frequently used snippets of code for Squarespace websites and show you how to easily integrate them into your own site. Get ready to take your Squarespace website to the next level.

Remove link underlines from text

Go to the design menu on your website dashboard, and select the Custom CSS option. Then all you need to do iscopy and paste the code below into the CSS window.

a {
text-decoration: none !important;
}