How to add an image block drop shadow to a Squarespace site
This tutorial will walk you through the process of adding a drop shadow effect to an image block on your Squarespace website. Whether you are using Squarespace 7.0 or 7.1, the code provided in this tutorial will work seamlessly for both versions. By following the steps outlined, you will be able to enhance the visual impact of your images on your Squarespace site by adding a stylish drop shadow effect. Adding a drop shadow to an image is one of the easiest ways to make your Squarespace site look more dynamic and polished.
Table of Contents
Benefits of adding a drop shadow to your images
Before we jump into the "how," let's talk about why adding a drop shadow can make a big difference:
Creates Depth: Drop shadows make images appear lifted from the page, adding a sense of depth and layering.
Enhances Visual Focus: A subtle shadow naturally draws the viewer’s eye to important images.
Professional Appearance: Even a light shadow effect can make your site look more modern, clean, and professionally designed.
Better Separation: On pages with solid backgrounds or lots of content, a drop shadow helps images stand out clearly without looking cluttered.
A small design tweak like this can have a big impact on how your website feels!
Complexity: Easy
Step-by-Step Instructions
Step 1: To add an image block drop shadow, simply copy the code below:
// Image Block Drop Shadow // .image-block { filter: drop-shadow (3px 4px 6px #FFBF00); }
Step 2: From the Squarespace dashboard navigate to Pages > Custom Code > Custom CSS and paste the code.
You can then adjust the drop shadow px sizes and colour to your liking.
Key Takeaways
Works with Squarespace 7.0 and 7.1.
Adds subtle visual appeal.
Helps emphasize important content.
Customizable to match your brand’s style.
FAQs
Can I apply this effect to only certain image blocks?
Yes, you can use a specific block ID or page collection ID to target individual image blocks instead of applying it site-wide.
Will this effect slow down my website?
No. This CSS hover effect is lightweight and has a negligible impact on site speed or performance.
Can I remove the effect later?
Absolutely. Just delete the code from the Custom CSS editor and the shadow will be removed.
Is it mobile-friendly?
Yes. The drop shadow effect renders well on mobile devices, enhancing but not obstructing design.
Conclusion
Whether you're designing a portfolio, an online store, or a personal blog, a subtle image drop shadow can bring extra polish to your design — and it only takes a few clicks.