Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #437681

    I would like to remove the box around the rotating testimonials and would like to remove any color behind the words as well. I used this css code, but it’s not working:

    .avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image {
    {
    background: #FFF;
    border-width: 0px;
    border-style: none;
    }

    Can you tell me what the correct CSS code would be? Thanks in advance!
    Melissa

    #437689

    Hi Melissa

    Can you please post the link to your page where we can see the element?

    Regards,
    Yigit

    #437690
    This reply has been marked as private.
    #437699

    Hi!

    Please use following code instead

    .avia-testimonial-content { border: none !important; background: transparent !important; }

    Cheers!
    Yigit

    #437702

    Thanks Yigit! That worked great. I still see the little down arrow tho. Is there separate code to remove that as well?
    I can’t believe how quickly you replied! Love the support for this theme :)

    Melissa

    #437704

    Hi!

    Please add following code to Quick CSS as well

    .avia-testimonial-arrow-wrap { display: none !important; }

    #TeamKriesi :)

    Best regards,
    Yigit

    #437711

    Perfect!! Thanks again!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove box/arrow surrounding rotating testimonials’ is closed to new replies.