Title: Edit the footer
Last modified: August 30, 2016

---

# Edit the footer

 *  Resolved [Jaxx Designs](https://wordpress.org/support/users/jaxx-designs/)
 * (@jaxx-designs)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/httpjaxxdesignscoukwordpress/)
 * With all due respect, Is i possible to get “rid” of Proudly powered by WordPress,
   beneath the blog.. .
 * [http://jaxxdesigns.co.uk/wordpress](http://jaxxdesigns.co.uk/wordpress)

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

 *  [juggledad](https://wordpress.org/support/users/juggledad/)
 * (@juggledad)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/httpjaxxdesignscoukwordpress/#post-6614807)
 * two ways
    1) with css – create a selector to target the element with a rule ‘
   display:none;’ – I’d use FireBug in FireFox to find the element 2) edit the theme
   and remove the code creating it – probably in footer.php depending on the theme
 *  [Xyno](https://wordpress.org/support/users/xyno/)
 * (@xyno)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/httpjaxxdesignscoukwordpress/#post-6614882)
 * Hi Jaxx.
 * Install Jetpack on your site, this will give you Custom CSS functions.
 * In Custom CSS just paste this:
 *     ```
       .site-footer a {
           color: #686758;
           display: none;
       }
       ```
   
 * It will remove the footer, if you want to change the text then edit this text
   in the footer.php file with your preferred words / links:
 * (You will find the editor under appearance menu)
 *     ```
       <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
       ```
   
 * I hope my reply helped you today.
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/httpjaxxdesignscoukwordpress/#post-6614885)
 * [@jaxx](https://wordpress.org/support/users/jaxx/): If you need to edit the theme,
   first make a [child theme](http://codex.wordpress.org/Child_Themes) or you will
   loose the changes when the theme is updated. Use a child theme to add custom 
   CSS or remove php functions.
 * [@juggledad](https://wordpress.org/support/users/juggledad/) and [@xyno](https://wordpress.org/support/users/xyno/):
   By using your advice, Jaxx will loose the edits to the theme when twentythirteen
   is updated.
 *  [juggledad](https://wordpress.org/support/users/juggledad/)
 * (@juggledad)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/httpjaxxdesignscoukwordpress/#post-6614890)
 * [@songdogtech](https://wordpress.org/support/users/songdogtech/) – oh I realize
   that it will go away. I assumed the OP would ask ‘How do I do that’ and at that
   point would try to educate them.
 *  [Xyno](https://wordpress.org/support/users/xyno/)
 * (@xyno)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/httpjaxxdesignscoukwordpress/#post-6614891)
 * Thank you for raising that [@songdogtech](https://wordpress.org/support/users/songdogtech/)
   I will be more careful in future 🙂
 *  Thread Starter [Jaxx Designs](https://wordpress.org/support/users/jaxx-designs/)
 * (@jaxx-designs)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/httpjaxxdesignscoukwordpress/#post-6614933)
 * [@juggledad](https://wordpress.org/support/users/juggledad/)
    [@xyno](https://wordpress.org/support/users/xyno/)
   [@songdogtech](https://wordpress.org/support/users/songdogtech/)
 * That’s got to be one of the most impressive support forums.
    Thankyou!

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

The topic ‘Edit the footer’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 4 participants
 * Last reply from: [Jaxx Designs](https://wordpress.org/support/users/jaxx-designs/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/httpjaxxdesignscoukwordpress/#post-6614933)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
