Finding Squarespace Section ID's
For all the magic Squarespace does behind the scenes, sometimes a section needs a little something else to set it apart and, applying the customisations you want may not be possible without using custom CSS on Squarespace blocks or sections - So let’s take a look at how to find Squarespace section and block ID’s.
Squarespace IDs can be easily found using a browser plugin designed by Heather Tovey here, or if installing browser plugins is not your jam, it’s still easy to find those section or block ID’s using your browser’s built in Dev Tools.
Using Dev Tools
Open you dev tools by right clicking on the page and selecting Inspect, or inspect element.
Once there, highlight the section that you wish to add your custom css for, so that it will display the html for that section/block.
Within the code you will find an id - this is what we will need to create custom CSS code.