Okay
  Public Ticket #1501357
Testimonial user icon
Closed

Comments

  • Al Vidovic started the conversation

    Great Template! 

    How do I get rid of the user icon or pic from Testimonials

    Thank you 

    Al

  •  1,627
    Andrey replied

    Hello, Dear Customer!

    If you want to hide user icon for testimonials, please click WP Dashboard => Appearance => Customize => Additional CSS and insert here the following code:

    blockquote.with_border img {
        display: none;
    }
    

    Then click "Publish" button. You will receive the following result: http://nimb.ws/zk0x8Y

    Best Regards!

  • Al Vidovic replied

    It works for the Owl Carousel not for the Slider Carousel. Can you advise.

    Thank you,

    Al

  •  1,627
    Andrey replied

    Hello, Dear Al Vidovic!

    Could you please provide us with the screenshot of the area, where you want to hide user icons?

  • Al Vidovic replied

    Here you go...

  • Al Vidovic replied

    Additional CSS

  •  1,627
    Andrey replied

    In this case add in additional css this code:

    .flexslider .slides img {
        width: 100%;
        display: none;
    }