Is there a way i can hide the navigator of carousel? i am using carousel and i dont need the navigator since im using the auto animate and loop, is there a way i can hide the lleft and right navigator of carousel? ive searched there is solution but it is outdated. thanks!
Hello,
you can add css style
.osui-carousel .splide__arrow {
display: none !important;
}
Hi @budang haba, There is an option in carousel itself where you can choose what to show, i.e., only arrows, only dots, both or none. Please refer to the image below.
ThanksGitansh Anand
Good day! I tried this to my side but not showing
Hi @budang haba ,
There is option in Carousel to add navigation option. You can add navigation as None.
Let me know if it helps.
Regards,
Anjali D.
I tried this to my side but not showing