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
- From your Admin store, go to Online store > Themes > Click Actions > Edit code
- Open the Asset folder, and find the theme.scss file.
- Add the code below.
.hero-content__controls {
display: none;
}