Increase size of navigation arrows in Shapely Testimonial widget

I’d like to be able to change the size of the navigation arrows in the testimonial widget because they don’t show up well on my background, and it’s not obvious there are more testimonials.

I’d also like to be able to increase the amount of time for each slide because the content is a bit long. Can you please tell me how to make those changes?

Hello there,

I hope you are doing well today.

  1. You can use the following CSS code to increase the size of the arrows by going to Appearance > Customize > Additional CSS and pasting it there.
/*Arrow size and opacity*/
.image-bg .text-slider .flex-direction-nav li a:before {
    opacity: 1;
    font-size: 29px;
}
  1. As it relates to changing the slider speed, this would require the aid of a third party developer to change the slider speed.

Best Regards,
Support

Hi :slight_smile:

Could you only point at which file I should edit?