This script worked for me to only target the Source Title links:
<script>
$(document).ready(function() {
$('a.passthrough-link').attr('target', '_self');
});
</script>
Hi, I'm using the auto-layout carousel with 3 columns. I'm trying to customize it so the focus is on the center slide, with the overflow slides showing. Any ideas?