Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #935768

    Hi, how can I make the testimonials arrows to always show instead of only on hover as it is at the moment?

    Thanks.

    #935822

    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

    #935979

    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?

    #935987

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to always show testimonial arrows’ is closed to new replies.