change it to this one
url: https://makerlab-electronics-ph.myshopify.com/
pass: saboten
Hi @niceeee , you can try to change slideshow Pagination style in store admin > Sale channels > Online store > Themes > Customize
Hi @niceeee
-
Go to the online store
-
Edit the code base.css file below add the code
slideshow-component:not(.page-width) .slider-buttons {
border-right: 0;
border-left: 0;
border: none;
position: absolute;
top: 54rem;
transform: translateY(-50%);
width: 100%;
over-flow:hidden;
z-index:4;
}
button.slideshow__autoplay.slider-button.no-js-hidden {
display: none;
}


