Tagged: enfold
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
Hi Melissa
Can you please post the link to your page where we can see the element?
Regards,
Yigit
Hi!
Please use following code instead
.avia-testimonial-content { border: none !important; background: transparent !important; }
Cheers!
Yigit
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
Hi!
Please add following code to Quick CSS as well
.avia-testimonial-arrow-wrap { display: none !important; }
#TeamKriesi :)
Best regards,
Yigit
Perfect!! Thanks again!