Hi, How can i deactivate the testimonial section, as i do not have any testimonials i need to use right now.
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.