Apologies – I didn’t start a thread about that.
Yes, I customized the color and position of the navigation. I wanted the left/right arrows to be positioned from the top, not centered on the quote, because some of the quotes are quite long and the arrows weren’t on-screen on small devices.
.testimonial_rotator_nav .testimonial_rotator_prev { left: 120px; top: -29px; color: #a6b179; }
.testimonial_rotator_nav .testimonial_rotator_next { left: 150px; top: -29px; color: #a6b179; }
It works fine on my primary rotator (in the widget)…
https://www.guerrillafilmscoring.com
…but not in shortcode widgets which are not showing the rotator title.
https://www.guerrillafilmscoring.com/celebrities/stewart-copeland/
Removing this code makes the default navigation appear correctly again, so what have I done wrong?