Hi FianneImminga!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox_content p {
background: transparent!important;
}
2- Please use this free software – https://poedit.net/ to edit language files in Enfold/lang folder
3- Please add following code to Functions.php file in Appearance > Editor
function custom_blog_banner(){
?>
<script>
jQuery(window).load(function(){
jQuery('.page-item-142 a').attr('href','http://kriesi.at');
});
</script>
<?php
}
add_action('wp_footer', 'custom_blog_banner');
then change the link as needed
Best regards,
Yigit