• Resolved TheTJ

    (@measuringflower)


    Hi! Loving the plugin, but need help with a few things:

    1) How do I change the color of the big quotation marks?
    2) How do I change the background color?
    3) How do I remove the blue border that appears around the next/previous arrows when they’re clicked?
    4) Remove the space before the first word so it starts just after the large quotation mark?

    Also, the resize the image feature is not working.

    Thank you!

    • This topic was modified 4 years, 10 months ago by TheTJ.
    • This topic was modified 4 years, 10 months ago by TheTJ.
    • This topic was modified 4 years, 10 months ago by TheTJ.
    • This topic was modified 4 years, 10 months ago by TheTJ.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello

    Thanks for reaching here.

    Please go to your Admin Panel->Appearance->Customize->Additional CSS.
    Please put below CSS in this section.

    1.) How do I change the color of the big quotation marks?
    Ans- .wptww-testimonial-content .wptww-testimonials-text em::before, .wptww-testimonial-content .wptww-testimonials-text em::after { color: #18d7da !important; }

    2.) How do I change the background color?
    Ans .wptww-testimonials-slidelist.design-3 .wptww-testimonial-inner{ background-color: #000 !important; }

    3.) How do I remove the blue border that appears around the next/previous arrows when they’re clicked?
    Ans- .wptww-testimonials-slidelist button.slick-prev:focus, .wptww-testimonials-slidelist button.slick-next:focus { outline: none; }

    4.) Remove the space before the first word so it starts just after the large quotation mark?
    Ans- .wptww-testimonials-text em::before { margin-right: 0 !important; }

    5.) Resize the image feature is not working.
    Ans- Resize the image feature not available design-3 and design-4.
    .wptww-testimonials-slidelist.design-3 .wptww-testimonial-inner .wptww-testimonial_avatar .wptww-avtar-image{ width: 120px !important; }

    Let me know if you are any queries.

    If you like this Plugin Please give your Important Rate and Review Here…

    Thanks,

    Thread Starter TheTJ

    (@measuringflower)

    Perfect! Thank you!

    One more thing. I removed the triangle at the bottom of the speech bubble so how do I close up the gap in the border?

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    We think you are slider testimonial bottom border gap part tell me. we are right.

    Please go to your Admin Panel->Appearance->Customize->Additional CSS.
    Please put below CSS in this section.

    .wptww-testimonials-slidelist.design-3 .wptww-testimonial-inner::after{ border: unset !important; }

    Let me know if you are any queries.

    Thanks,

    Thread Starter TheTJ

    (@measuringflower)

    Awesome. ?? Thank you!

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello

    If you like this Plugin Please give your Important Rate and Review Here…

    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Few Things’ is closed to new replies.