Home › Forums › Support › Adding a border shadow to images This topic has 3 replies, 2 voices, and was last updated 5 months, 3 weeks ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 5, 2022 at 3:37 pm #2364584 lewis Hi all, I am looking to add a grey shadow effect just like the images on this website https://www.homemade-gifts-made-easy.com/unicorn-coloring-pages.html . Just wonder how this is achieved. I have also added a link to my site with a similar layout and images. Thanks October 5, 2022 at 9:17 pm #2364746 Fernando Customer Support Hi Lewis, If you have GB Pro, you can use a GB Image Block and do it through the Effects section. Reference: https://docs.generateblocks.com/article/effects-overview/ Otherwise, you’ll need custom CSS. Are you planning to add this to all images in your site? October 5, 2022 at 11:49 pm #2364828 lewis Hi Fernando. I have GP Pro, but have just been using the normal Gutenberg blocks, so would have to be CSS. I am only planning to add this to certain images on the website ideally. October 5, 2022 at 11:53 pm #2364833 Fernando Customer Support I see. Add add-box-shadow to the class list of the images. Then, add this CSS: .add-box-shadow { box-shadow: 0 0 10px 0 rgba(0,0,0,.75); } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In