How can I remove 99 on the testimonial page?

Home Forums Jevelin Theme How can I remove 99 on the testimonial page?

Home Forums Jevelin Theme How can I remove 99 on the testimonial page?

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    RESOLVED Posts
  • shanticfm
    Participant

    How can I remove 99 on the testimonial page?

    http://sweetme.creativeflowmedia.org/raves-reviews/

    Solution for this topic

    Hi @shanticfm,

     

    I hope you are well today and thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-testimonials-table-icon {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    shanticfm
    Participant

    Thanks!!! <3

    You are most welcome here 🙂

    kristinduncan
    Participant

    This didn’t work for me. They are still on the circle image. (scroll down near bottom)

     

    http://afsphotography.ca/new-site/

     

    @kristinduncan I don’t see it on your shared site.

     

    Could you please share the screenshot of it?

    kristinduncan
    Participant

    Oops sorry. It’s there now.

    Shufflehound
    Moderator

    Looks like you are using a different layout, therefore a different snippet is needed. Please try this one bellow and let us know if the issue is fixed.

    .sh-testimonials-quote-icon {
        display: none!important;
    }

    kristinduncan
    Participant

    Nope, that just removes the 99 symbol, but the circle is still there.

    Then try using below custom CSS code instead of above.

     

    .sh-testimonials-quote-icon-container {
        display: none;
    }

    shanticfm
    Participant

    Sorry, I guess the 99 is still on the home page on the very bottom: see link

     

    http://sweetme.creativeflowmedia.org/

    Please make sure you are using all the custom CSS code shared in this topic and if it still displays then share me the screenshot of it.

    kristinduncan
    Participant

    That worked, thank you!

    You are always welcome here 🙂

Viewing 14 posts - 1 through 14 (of 14 total)