Hi Willians,
To open the link on the same page in ‘Our Projects’ section
Go to the Appearance -> Editor -> inc/custom-header.php
at line no 693 you will find the below code
return '<div class="item '.$clear.'"><a href="'.$link.'" target="_blank"><h5>'.$title.'</h5><img src="'.$image.'" /></a></div>';
just remove the target=”_blank” from this code
return '<div class="item '.$clear.'"><a href="'.$link.'"><h5>'.$title.'</h5><img src="'.$image.'" /></a></div>';
Regards
Grace Themes