• Resolved iangdesign

    (@iangdesign)


    I am seeing periods added to the front of the last line of text on my testimonials, they are not in the body copy that I added. Also can I change the color of the current dot below the testimonial with the free version?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Md Khalil Uddin

    (@khalilu)

    Hi @iangdesign,

    Thanks for reaching us. Hope you are fine.

    To fix the testimonial content use the following CSS in the plugin custom CSS field. See the screenshot for a better understanding.

    #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .tfree-client-testimonial {
         direction: ltr;
    }

    There is no direct option to change the pagination color in the lite version of the plugin. But it can be achieved by using custom CSS. Use the below CSS in the custom CSS field.

    /*for the default color*/
    #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .slick-dots li button {
    
        background: #c24f4f;
    }
    /*for the active color*/
    #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .slick-dots li.slick-active button {
    
        background: #1595ce;
    }

    Kindly change the background color as per your need. Hope this helps. Please let us know if it works or not. Have a great day!

    Thank you.

    Thread Starter iangdesign

    (@iangdesign)

    Thank you for the content fix, it worked nicely.

    I am still having trouble with the active button color. I added the above code to the custom css box, and changed it to #F1D204, however it is still showing as #1595CE. Anything else I can try?

    Thanks!

    Plugin Contributor Md Khalil Uddin

    (@khalilu)

    Hi @iangdesign,

    Sorry for the delayed response. Glad to hear that the other CSS worked.

    Can you please try again to use the following CSS to change the active pagination color?

    #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .slick-dots li.slick-active button{
    background: #F1D204 !important;
    }

    Please let us know if it works or not. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding periods on final line of text in testimonial’ is closed to new replies.