• Resolved Annekee

    (@annekee)


    Is there a way to remove the ‘speech bubble’ triangle? It just so happens that there is a portrait photo below it in my design. I have been looking for css but can’t find it. Where to look? BTW I’m working with a child theme.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    yes, you can hide it with this css.
    apply this css to your theme’s style.css file

    .testimonials-list .fa-quote-left {display:none !important;}

    Thread Starter Annekee

    (@annekee)

    Thanks, but I didn’t mean the quote sign, but the triangle that hangs below the square speech bubble (speech balloon) in the slider (design 3 + 4).

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    .testimonials-slidelist.design-3 .testimonial-inner::before, .testimonials-list.design-3 .testimonial-inner::before, .testimonials-slide-widget.design-3 .testimonial-inner::before {display:none;}

    .testimonials-slidelist.design-3 .testimonial-inner::after, .testimonials-list.design-3 .testimonial-inner::after, .testimonials-slide-widget.design-3 .testimonial-inner::after {display:none;}

    if you want to remove from both design then just remove,

    .testimonials-slidelist .testimonial-inner::before, .testimonials-list .testimonial-inner::before, .testimonials-slide-widget .testimonial-inner::before {display:none;}

    .testimonials-slidelist .testimonial-inner::after, .testimonials-list .testimonial-inner::after, .testimonials-slide-widget .testimonial-inner::after {display:none;}

    Thread Starter Annekee

    (@annekee)

    Excellent, thanks! Great plugin by the way!

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Your rating and review are very important for us. Please share your experience.

    Thread Starter Annekee

    (@annekee)

    Done 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove ‘speech bubble’ triangle?’ is closed to new replies.