Remove Testimonial Area on Infoway

Discussion in 'Infoway WordPress Theme' started by frederickads, Jul 1, 2014.

  1. frederickads

    frederickads New Member

    Joined:
    Aug 13, 2013
    Messages:
    26
    Likes Received:
    0
    How can I hide or disable the testimonial section on infoway?

    Thanks in advance!

    Kenny
     
  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:
     .testimonial {
    display:none;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page