Remove the quotes for Testimony on front page

Discussion in 'Infoway WordPress Theme' started by cbshanley, Jul 2, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    I don't want the testimony on the front page...Can you please give me the code to remove the quotes on the home page.

    Thank you
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.testimonial {
    display: none;
    } 
    This will solve your issue.
     

Share This Page