Hello everyone,
i was able to the change the featured collection from this :
to this :
via this code:
<style>
.caption {
display: none !important;
}
.slider-button .icon {
height: 2rem !important; /* Increase the height */
width: 2rem !important; /* Increase the width */
background: black;
border-radius: 50%; /* Make it a circle */
margin: auto;
color: white;
transform: rotate(+90deg);
display: flex;
justify-content: center;
align-items: center;
border: 5px solid black; /* Increased border thickness */
}
</style>
how can i fix the arrows direction ? i think it got messed up because i have set my page to RTL ? anyone can help ?
preview link :
https://m5gg7bgsdp7sc19q-68695785713.shopifypreview.com
website link:
Thanks in advance



