21
Views
5
Comments
Solved
Hide the Carousel Navigator left and right arrow
Question
Application Type
Reactive
Service Studio Version
11.54.61 (Build 63317)
Platform Version
11.28.0 (Build 43201)

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!


2023-07-12 04-21-28
Ivan Maulana
Solution

Hello,


you can add css style 

.osui-carousel .splide__arrow {

display: none !important;

}




2024-12-10 04-40-04
Gitansh Anand
Solution

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.

Thanks
Gitansh Anand

 

UserImage.jpg
budang haba

Good day! I tried this to my side but not showing

2024-04-26 12-21-07
Anjali_Dange
Solution

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.

UserImage.jpg
budang haba

I tried this to my side but not showing

2023-07-12 04-21-28
Ivan Maulana
Solution

Hello,


you can add css style 

.osui-carousel .splide__arrow {

display: none !important;

}




2024-12-10 04-40-04
Gitansh Anand
Solution

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.

Thanks
Gitansh Anand

 

UserImage.jpg
budang haba

Good day! I tried this to my side but not showing

2024-04-26 12-21-07
Anjali_Dange
Solution

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.

UserImage.jpg
budang haba

I tried this to my side but not showing

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.