Remove Testimonial Section

Discussion in 'Dzonia WordPress Theme' started by beers151, Oct 29, 2013.

  1. beers151

    beers151 New Member

    Joined:
    Feb 26, 2012
    Messages:
    2
    Likes Received:
    0
    Hi,

    How can i deactivate the testimonial section, as i do not have any testimonials i need to use right now.
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .sub .col31 {
    display: none;
    }
    .sub .col3 {
    width: 70%;
    }
    .sub .col4.last {
    width: 25%;
    }

    This will solve your issue.
     

Share This Page