Hi,
Thanks for your great theme.
I am adding testimonials but do not want to use photos for them.
Then when I am loading the testimonials via content builder or shortcodes, it shows "image not found" icon in the blue ribbon.
How can I disable this feature?
Best,
Mohsen
Comments
to remove photo images for testimonials, please use below css:
.testimonials_slider .slider_images { display: none; }.testimonials_slider .slider_images { display: none !important; }