Automated Slideshow Toggle and buttons removed on Narrative theme

Hello Shopify Community

We would really love to remove the slideshow buttons that toggle between our two hero slides at the top of our home page. To do so, we’d like the two slides to auto toggle every 5 seconds, so the buttons are no longer needed.

Please can you help us with the code to automate the slide switch and remove the buttons that currently say ‘fitness mats’ and ‘acupressure mats’? See Image.

Here is the site https://haze-fitness.com/ The long URL - haze-fitness-wellness.myshopify.com

Much thanks

Hollie (Haze Fitness)

@haze-fitness

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.slideshow__button {display: none;}

Hi @haze-fitness ,

Just you follow the instructions, it will work fine.

  • Remove button: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.slideshow__buttons{
	display: none !important;
}

Hope it helps!

Amazing thank you kindly this worked a treat. Its looking exactly as i had hoped.

Thank you kindly.