Display testimonial section without bullets

My text is quite long so when reading the testimonial-section the dots are out of view.

I was wondering if there is any way to change the bullets into arrows on each side of the testimonials or if I could display the testimonials all beneath each other.

Hello there,

I hope you are doing well today.

Change the bullets to arrows would require the aid of a third party developer but you can use the following CSS code to increase the height of the testimonials by going to Appearance > Customize > Additional CSS and pasting it there.


/*Testimonials Height*/
#testimonials {
    height: 1000px;
}


Best Regards,
Support

Is there a way to display them all without the dots?
I think I’d like this option a little more.

Greetings

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

.owl-dots {
    display: none!Important;
}

Best Regards,
Support