Hi, how can I make the testimonials arrows to always show instead of only on hover as it is at the moment?
Thanks.
Hey DROR,
Try this code in the General Styling > Quick CSS field:
#top .av-large-testimonial-slider .avia-slideshow-arrows.avia-slideshow-controls a {
display: block!important;
opacity: 1!important;
}
Best regards,
Mike
Thanks Mike, I have another issue with the testimonials. As you can see on mobile. the name shows over the testimonials text. How can I make it show under the image and above the actual testimonial text?
Hi bakbek ,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-large-testimonial-slider .avia-testimonial-meta-mini {
float: none;
text-align: center;
}
#top .av-large-testimonial-slider .avia-testimonial-name {
margin-top: 0;
margin-bottom: 20px;
position: static;
}
Hope it helps :)
Best regards,
Nikko