Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1021816
Remove photo from testimonials
Closed

Comments

  •  2
    whisper started the conversation

    Hi there and thanks for your time :)

    Just wondering how I can remove the photo from testimonials - none of our testimonies have photos.

    Thanks

  •  2
    whisper replied

    NVM.. I found that leaving no photo in the testimonial does not show (dummy ones had a photos)  Sorry to waste time :)

  •   whisper replied privately
  •  7,092
    Oliver replied

    HI!

    1. Removing image:

    .testimonials-style-1-image {
        display: none;
    }
    .testimonials-style-2-image {
        display: none;
    }
    .gem-testimonial-image {
        display: none;
    }
    .gem-testimonials.style2 .gem-testimonial-image {
        display: none;
    }
    

    2. quotes color

    .gem-testimonials.style1 .gem-testimonial-wrapper:after, .gem-testimonials.style2 .gem-testimonial-wrapper p:after {
        color: #ccc;
    }


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    whisper replied

    AWESOME.. thanks heaps for that help :))



    Have a great day.

  •  7,092
    Oliver replied

    Thx. You are welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    whisper replied

    Hi there,

    The colour change CSS does not work for the quotation marks in the testimonials and also does not work for the quote box underneath, please see original screenshot :)

  •  2
    whisper replied

    I use this and not working :)


    .gem-testimonials.style1 .gem-testimonial-wrapper:after, .gem-testimonials.style2 .gem-testimonial-wrapper p:after {
        color: #f7931d
    }


  •  7,092
    Oliver replied

    Pls. share link to the page.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver