Tagged: Testimonial Slider
Hi guys :)
The testimonial slider isn’t showing the person’s name or subtitle on desktop, it’s showing up on mobile/ipad but not desktop.
See bottom of page
Hi Courtney!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS field try to put the following:
.avia-slider-testimonials .avia-testimonial-meta-mini {
overflow: visible !important;
}
Regards,
Günter
Hey!
Please add this on Quick CSS or custom.css:
#top .av-large-testimonial-slider .avia-testimonial-meta-mini {
text-align: center;
}
This is how it looks on desktop:
Regards,
Ismael
Perfect! Thank you :)