Testimonial widgets not showing

Hello,

The testimonial section is not showing widgets but is showing the testimonial heading.

Could someone provide insight as to why this might be happning? danedits.co.uk - Freelance Video Editor | Shoot, edit, mix and grade..

#SOLVED

I missed some CSS. When I initially built my site I wanted to hide the section content on my page i.e. the contact details and the projects images using .section-content {display:none;}. I forgot about this and realised it was hiding the testimonials.

I reolved this by using

#projects .section-content,
#contact-us .section-content {
display:none;
}

Thanks for sharing your solution :slight_smile: