Hi, I'm trying to remove smaller version of main image from slider, and bg. I have tried to remove it from css file (/templates/ja_company/acm/slideshow/css/rtl), and still nothing
How to remove bg and smaller img from slider ?
Hi gorandokman
You can add to your custom.css this code
.slideshow .swiper-thumbs-wraper .swiper-thumbs { display:none!important; }
If you do not have already a custom.css file then create a new one in this folder /templates/ja_company/css/
Regards
thanks, it works 🙂
I did not just think about changing the slides, can I set the automatic change after, for example, 5 seconds?
gorandokman
gorandokman can I set the automatic change after, for example, 5 seconds?
Edit this file /templates/ja:company/acm/slideshow/tmpl/style-1.php around line 138
<?php if($helper->get('auto-play')) echo "autoplay: '3500'," ;?>
Change it to :
<?php if($helper->get('auto-play')) echo "autoplay: '5000'," ;?>