Remove second testimonial

Discussion in 'Compass WordPress Theme' started by imogen, Sep 15, 2015.

Thread Status:
Not open for further replies.
  1. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
    Hi, how would I remove the second testimonial on the front page but keep the first?

    Many thanks in advance
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .testimonial_wrapper.animated.animation_started:nth-child(2) {
        display: none !important;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page