Removing testimonials from home page

Discussion in 'Infoway WordPress Theme' started by nikoletta, Jan 30, 2014.

  1. nikoletta

    nikoletta New Member

    Joined:
    Aug 22, 2013
    Messages:
    2
    Likes Received:
    0
    Does anyone know how to remove the Testimonials from the home page?

    Thanks
    Nik
     
  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
     
  3. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    Hi I triesd this and it won't work for me - can anyone help please
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Fdhodge,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .testimonial {
    display: none !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page