Remove Child Theme Credit

Hello,

How do I remove the child theme credit on the bottom of my X Theme website? The credit reads: www.childthemewp.com

http://d3u.c57.myftpupload.com/

Hello @IRGmarketing,

Thanks for writing in!

The code has been hard coded within one of the template files in your child theme. Please go to Appearance > Theme Editor and browse to your child theme files. Inspect the footer.php file or your functions.php file and look for this code:

<div id="footerlinktochildthemewp" style="text-align:center;">
	<p><a href="https://childthemewp.com" title="WordPress child theme created by childthemewp.com" target="_blank" style="font-size:10px;">www.childthemewp.com</a></p>
</div>
<!-- Credit: Made with childthemewp.com & released opensource - Thankyou Ben! -->

If in case, you cannot find it on your own, would you mind providing us access to your site so that we can check your child theme files? Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Regards.

Hi, I found the code. Do I just delete it?

Hi @IRGmarketing,

Yes you may delete that block of codes to get rid of those text on the site.

Hope this helps.

That worked! Thank you.

You’re welcome!
Thanks for letting us know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.