how to hide customer picture from the testimonial section?

Discussion in 'RoadFighter WordPress Theme' started by deveshd, Feb 24, 2015.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    how to hide customer picture from the testimonial section?
    Screen Shot 2015-02-24 at 3.42.18 PM.png
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_testimonial .circle img {
      display: none;
    }
    Thanks & Regards
    Pramod Patel
     

Share This Page