Hi Michele
Do you want to show only the Testimonial section on the service one template instead of the other sections if yes, so please add the below CSS code in the Additional CSS box to hide other sections on the service template?
Go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.
body.page-template-service-one .theme-services,
body.page-template-service-one .theme-funfact,
body.page-template-service-one .theme-sponsors {
display: none;
}
Let us know if it works.
—
Thanks