Hi Timo,
To remove links from “Why Choose Us” section
Go to Appearance -> Editor -> inc/custom-functions.php file
at line no. 1057 you will find the below code
<div class="whychooseusbox">
<a href="'.$link.'">
<div class="whychooseusborder">
<div class="whychooseus-thumb"><i class="fa fa-'.$icon.'"></i></div>
<div class="whychooseustitledes">
<div class="whychooseus-title"><h6>'.$title.'</h6></div>
<div class="whychooseus-description">'.$description.'</div>
</div>
</div>
</a>
</div>
Now you need to remove the code at line no. 1058 & 1066
<a href="'.$link.'">
</a>
Please do this changes and let me know your feedback.
If you are getting any problem in doing this, please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you.
Regards
Grace Themes