Remove Testimonials Images

Discussion in 'BlackWell-WordPress Business Theme.' started by vesity, Aug 27, 2014.

Thread Status:
Not open for further replies.
  1. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Hi. I will not be using images for any of the testimonials, so now there is an empty frame in the way. How do I remove the frame and then bump the name up into its place? The attached image shows my meaning. Thanks! testimonial images.jpg
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following CSS in Custom CSS and save all changes.
    Code:
    .testimonial_image img {
    display: none;
    }
    .testimonial_image {
    padding-top: 15px;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Perfect - thank you!
     
Thread Status:
Not open for further replies.

Share This Page