Hide testimonials

Discussion in 'One Page Pro WordPress Theme' started by rexmanaster, Jan 7, 2017.

  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    how can i hide the 2nd and 3rd testimonials?

    and the slider dots that correspond to those testimonials?

    thanks
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To make the required change, just paste the code given below in Custom CSS section under Dashboard-> Appearance-> Customize->Theme Settings->Custom Settings

    Code:
    .bx-wrapper .bx-pager .bx-pager-item:nth-child(2),.bx-wrapper .bx-pager .bx-pager-item:nth-child(3){
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Thanks, Nitin.

    Can I ask, please, how do I also hide the 'slider' dot below the remaining testimonial?
     
  4. nitin

    nitin Guest

    Hi,

    Hope you are doing good...!

    You would be glad to know that we have made the changes to your website as per your requirements(as we had your login details).

    We put the code below in the custom CSS section of your website:-
    Code:
    .bx-wrapper .bx-pager {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. mrodriguezfhe

    mrodriguezfhe New Member

    Joined:
    Feb 15, 2017
    Messages:
    6
    Likes Received:
    0
    Hi Nitin,

    I try both codes to hide testimonials in last version of Traffica template, but I cannot hide it, could you help me please
     
  6. nitin

    nitin Guest

    Hi,

    To hide the testimonial section, just paste the code given below in Custom CSS section
    (Dashboard-> InkThemes-> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_testimonial {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page