Hi,
You can do it by following steps:
Step 1: Go to wp-content/plugins/haru-pangja-core/templates/banner-creative/ then open file packery.php
Step 2: Go to line 35 then add this code:
<?php if ( $link != '' ) : ?>
<a href="<?php echo esc_url($link['url']); ?>" class="banner-link" target="<?php echo esc_attr( ($link['target'] != '') ? $link['target'] : '_self' ); ?>"></a>
<?php endif; ?>
Step 3: Go to Appearance -> Customize -> Additional CSS and add this code:
.banner-creative-shortcode-wrap .banner-list .banner-item .banner-link {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
}
We’ll update this in the next version.
Hope this helps!
****
Regards,
HaruTheme