I’m working on a dawn template with I’ve added a code to achieve an hero banner slider but the button is not working.
Can anyone help me figure out? site link is http://gwapitos.com
This is the code that is added on the slideshow section
.slideshow__controls {
position: absolute !important;
width: 100% !important;
height: 100% !important;
justify-content: space-between !important;
}
.slider-counter {
display: none !important;
}
.slider-button {
background-color: #ffffff5e;
width: 24px !important;
height: 24px !important;
margin: 0px 10px;
z-index: 10;
}
.slider-button svg {
display: block !important;
}

