Have projects open in new tab

Hello guys, great job with illdy, I love it!
Quick question, how do I change the projects to open on a new tab (when clicked) instead of the same window?.
My project are external links, and I need them to open on a new tab.
Thanks.

Hello,

To achieve this you need to do some custom coding in the core files
wp-content/themes/illdy/widgets/class-widget-project.php at line 39
There you should add a target="_blank" inside the <a href=""> to look like this:
<a target="_blank" href="">

Let me know if you got it alright.

Regards

Up and running!
Thanks a lot, I wish you a nice day.