How do I get rid of that?
see here: https://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
add to your footer[nolink]
______________________
just for info:
you can redefine the backlink via functions.php of your child theme
function new_nolink(){
$kriesi_at_backlink = "<a href='https://custom-link'>Custom Backlink</a>";
return $kriesi_at_backlink;
}
add_filter("kriesi_backlink","new_nolink");
Thanks Guenni007!
Hi,
Glad Guenni007 could help! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit