I just happened to come across this looking for a solution and this is what worked for me in 7.1. Just insert this into lock screen code injection area (Settings > Advanced > Code Injection)
<!-- Remove background image overlay on lock screen -->
<style>
.scrim {
background-color: rgba(0, 0, 0, 0) !important;
}
</style>