Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #413683

    I would like to remove the ” – Enfold Child Theme by Kreisi” in the copyright footer, please.

    #413788

    Hey veritywebsolutions!

    Thank you for using our theme.

    In functions.php of the child theme insert at the bottom:

    
    function my_backlink ( $link )
    {
    	return '';
    }
    
    add_filter( 'kriesi_backlink', 'my_backlink', 10, 1);
    

    Best regards,
    Günter

    #413811

    Thank you! Worked perfectly!

    Also, how can I add a link to the copyright footer (example: Powered by Verity Web Solutions — with Verity Web Solutions being a link)?

    #413814

    Hey!

    Please go to Enfold theme options > Footer and insert your text in “Copyright” field

    Cheers!
    Yigit

    #413822

    I did, but there is no option for a hyperlink.

    #413864

    Hi!

    You have to enter the html code like:

    
    Powered by <a href="http://xxx.com" target="_blank">Verity Web Solutions</a>
    

    Best regards,
    Günter

    #414087

    Oh thank you! I didn’t even think of that.

    #414323

    Hi!

    Glad we could help you. Enjoy the theme and have a nice day.

    Cheers!
    Günter

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change copyright info – remove "Enfold Child Theme…"’ is closed to new replies.