Is it possible to make the banners transitional rather than scrolling?
Thanks
Maybe, depending on your theme. Older Neto themes use Bootstrap carousels which are very limited. Newer themes use Slick Slider which has a bunch of cool features. Unfortunately, your site is on the old type. It's not too complex to swap them over, but you'd need a developer. Should only be a smallish job for a Neto partner.
For anyone with a newer type of theme, the code is probably in \templates\cms\home.template.html.
Look for this line:
$('.home-slider').slick({
Underneath is the config settings for the homepage slider. You want to add a line with:
fade: true,
The full list of config settings is on the Slick Slider website:
https://kenwheeler.github.io/slick/