This snippet will remove the links from your services titles:
jQuery(function($) { $(".service-title a").contents().unwrap(); });
To adapt it for the other widgets, you can replace in the code service with employee, project or testimonial.
INFO: This is a JS snippet. If you don’t have a child theme or don’t know how to use one, we recommend that you use this plugin.