How can I remove the testimonal block on home page

Discussion in 'RoadFighter WordPress Theme' started by johnboy58, Jul 30, 2013.

  1. johnboy58

    johnboy58 New Member

    Joined:
    Jul 9, 2013
    Messages:
    23
    Likes Received:
    0
    Hi,
    I would like to remove the testimonial block completely.
    Can you provide code to do that?
    Thanks,
    John
     
  2. johnboy58

    johnboy58 New Member

    Joined:
    Jul 9, 2013
    Messages:
    23
    Likes Received:
    0
    Sorry, also been trying to find some reference here as to how to remove the 'call to action' text. I found how to remove button.
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_testimonial {
    display: none;
    }
    This will solve your issue.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    It is not possible to change its text because it is an image not a text. If you want to change its text then, Go to images directory present in your theme directory and replace your image with present images or edit it with the help of photoshop or any other photo editor tool.

    The name of image is
    1."tap-to-call

    Note:- Use same name for your edited image and remove the current image.

    See the link given below for the reference.
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/

    I hope this will help you.
     

Share This Page