Editing Default Settings in Testimonial Box

Discussion in 'RoadFighter WordPress Theme' started by garbo, May 21, 2014.

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

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    Can you please tell me how to change or delete the default photo image (in the circle) as well as delete the default "Amazon.com" from the testimonial box on the homepage? The site I am using Roadfighter theme on is http://deanjonesreversemortgages.com/wp I have attached a screen shot for your reference.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_testimonial .circle img {
    display: none;
    } 
    Thanks & Regards
    Gourav Shrivastava
     
  3. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    Thank you Gourav;

    That solved the image inside the circle, but what about getting rid of the "Amazon.com" default text?

    Thanks again.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    div.feature_testimonial span {
    display: none;
    } 
    Thanks & Regards
    Gourav Shrivastava
     
  5. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page