Hi Vinicius
To remove the the links for Section 7
Go to Appearance -> Editor -> inc/custom-functions.php
at line no. 1038 you will find the below code
return '<li><a href="'.$link.'" target="_blank"><img src="'.$image.'" /></a></li>';
Now replace this code with this code
return '<li><img src="'.$image.'" /></li>';
Please do this changes and let me know your feedback.
If you are still getting any problem, you can send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you.
Regards
Grace Themes