How can I remove page buttons on a slideshow in the venture theme?

Can someone please tell me how to remove page buttons on the slideshow in the venture theme? I only want one page and no buttons to choose or scroll for more. I’m a total beginner at code so please layman’s terms only.

1 Like

Hi @jackieldc ,

You can follow the instructions below to remove the buttons for slideshow

  1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
  2. Open the Asset folder, and find the theme.scss file.
  3. Add the code below.
.hero-content__controls {
    display: none;
}