Title: Remove WordPress from bottom
Last modified: August 21, 2016

---

# Remove WordPress from bottom

 *  Resolved [elaineandsparky](https://wordpress.org/support/users/elaineandsparky/)
 * (@elaineandsparky)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-wordpress-from-bottom/)
 * I’ve trawled through this forum and found a few post have already been asked 
   about this but for the live of me I still can’t find the correct place to edit
   this for the free version. everyone on the other topics say to find the code 
   in:
    core/includes/theme-generator/theme-generator.php
 * but how do I get to that code as I can’t find a page relating to any of the above.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [eugebertoni](https://wordpress.org/support/users/eugebertoni/)
 * (@eugebertoni)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-wordpress-from-bottom/#post-4112533)
 * another way to fix this without touching the php file is changing a property 
   in the css. You have to find the class that corresponds to that <div> and give
   the folowing property:
 * visibility: hidden;
 *  [eugebertoni](https://wordpress.org/support/users/eugebertoni/)
 * (@eugebertoni)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-wordpress-from-bottom/#post-4112534)
 * Go to theme settings> css and add the following:
 * .credits {
    visibility: hidden; }
 * I assure you it works!
 * Good luck!
 *  Thread Starter [elaineandsparky](https://wordpress.org/support/users/elaineandsparky/)
 * (@elaineandsparky)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-wordpress-from-bottom/#post-4112566)
 * brilliant, thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove WordPress from bottom’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/custom-community/2.1.2/screenshot.
   png)
 * Custom Community
 * [Support Threads](https://wordpress.org/support/theme/custom-community/)
 * [Active Topics](https://wordpress.org/support/theme/custom-community/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/custom-community/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/custom-community/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [elaineandsparky](https://wordpress.org/support/users/elaineandsparky/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/remove-wordpress-from-bottom/#post-4112566)
 * Status: resolved