Hi there,
This CSS worked for me:
.testimonial_item_container {
display: none;
}
Just did the same thing this morning — very annoying. The previous settings I had like logo, featured images, and so on turned up on their own within 10 minutes (after I refreshed the home page). Took me forever to disable the testimonial. Here’s how:
Go to Appearances > Theme Options > Styling Options. Then insert this CSS:
.testimonial_item_container {
display: none;
}
Be sure to click the “Save all changes” button on the lower right.