Hello @cheryls,
We apologize in advance, for now we do not have a feature like this. To achieve this, maybe you can create a custom code to turn it into a link. As an example, you can use the javascript code below.
(function ($) {
selector = '.elementor-element-26e629e5 .jkit-heading .heading-title > span > span';
text = $(selector);
link = '<a href="#">' + text.html() + '</a>';
text.html(link);
}
)(jQuery)
After turning it into a link, there may be some messy styling. You need to add the CSS code manually to fix the style.
Before making changes to your site, we hope that you can back up all your data so that it can be recovered in case of any unwanted errors.
Thank You