alex-feng Hi
2) You can change this code snippet in /templates/ja_company/acm/slideshow/tmpl/style-1.php around line 26 and update link url accordingly :
<div class="img-bg <?php if($helper->get('mask')) echo "has-mask" ;?>">
<img alt="<?php echo $helper->get('data.title', $i) ?>" src="<?php echo $helper->get('data.image', $i); ?>" />
</div>
to
<div class="img-bg <?php if($helper->get('mask')) echo "has-mask" ;?>">
<a href="http://google.com"><img alt="<?php echo $helper->get('data.title', $i) ?>" src="<?php echo $helper->get('data.image', $i); ?>" /></a>
</div>
Then, You can add this to custom.css file :
.slideshow .swiper-container a{position: relative;}
1) Add this to custom.css file :
.slideshow .swiper-thumbs-wraper{display: none !important;}
Kindly ensure to clear your browser cache if changes dont reflect