Shadow on Shutter images

I am using shutter to create groups of images. I hadn’t noticed it before but there is a shadow on the corner that I would love to get rid of.

Is it possible to remove the shadow and keep the label in the corner.

Thanks

Please provide us a copy of your project file

Create a ZIP file containing your project file. This is the file you open in RapidWeaver to edit your site. After creating the ZIP file, upload it using a service like Dropbox, WeTransfer, Droplr, or a similar service to create download link for us. Paste that download link in your reply.

https://classiccc.synology.me:1748/d/s/uCRlDqcgcZgpVT5rPQyXGkocqtrxBwyh/KjGyF-Oa2DV7MAJu6MfHroyYG6KXH_wz-xLzAtfzijgo

Oh I see you’re using the Group option. There is not a control for turning this off in Shutter. It is meant to help the title to standout from the image behind it. Shutter is not likely to get an option to allow this to be turned off. You can use the following CSS in the Custom CSS field within the Page Inspector to disable it:

.shutter-img::before {
	background: none !important;
}

Note this will disable it all all Groups within Shutter on the page.

1 Like