Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #629184

    Hi, we have development out site and we need that the sing in the Footer “Enfold Theme by Kriesi” is out. We would like that © Copyright – APTUS Tecnología S.L. is ever.

    Do you could say me where can I erase that sign?

    Best regards
    Alvaro

    #629187

    Hey alvarocarrillo!

    Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/

    Cheers!
    Yigit

    #629192

    Sorry, but we have do it and we can`t that the “Enfold Theme by Kriesi” text is out.

    I can send you a screenshot of the menu.

    Best regards

    #629198

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter("kriesi_backlink","new_nolink");
    function new_nolink(){
    $kriesi_at_backlink = "";
    return $kriesi_at_backlink;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.