Title: Remove proudly powered by wordpress using css?
Last modified: January 15, 2021

---

# Remove proudly powered by wordpress using css?

 *  [rnmartinez](https://wordpress.org/support/users/rnmartinez/)
 * (@rnmartinez)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/remove-proudly-powered-by-wordpress-using-css/)
 * on tornadoman.rocks I am trying to remove the proudly powered by wordpress and
   replace it with something using ONLY css. I did find a snippet to change the 
   copyright info, but I can’t see to get the Proudly Powered by replaced.

Viewing 1 replies (of 1 total)

 *  [Oliver Campion](https://wordpress.org/support/users/domainsupport/)
 * (@domainsupport)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/remove-proudly-powered-by-wordpress-using-css/#post-13913145)
 * **Just** CSS … ? 🙂
 *     ```
       .site-footer > .site-info .powered-by {
         text-indent: -99999px;
         line-height: 0;
       }
       .site-footer > .site-info .powered-by::after {
         content: "New text";
         text-indent: 0;
         display: block;
         line-height: initial;
       }
       ```
   
 * We have a solution in the plugin [Options for Twenty Twenty-One](https://wordpress.org/plugins/options-for-twenty-twenty-one/)
   but it uses JavaScript.
 * Oliver

Viewing 1 replies (of 1 total)

The topic ‘Remove proudly powered by wordpress using css?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwentyone/2.8/screenshot.
   png)
 * Twenty Twenty-One
 * [Support Threads](https://wordpress.org/support/theme/twentytwentyone/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwentyone/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwentyone/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwentyone/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Oliver Campion](https://wordpress.org/support/users/domainsupport/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/remove-proudly-powered-by-wordpress-using-css/#post-13913145)
 * Status: not resolved