• Resolved anunderdog

    (@anunderdog)


    Hi. Common question, I’m sure, judging by the results of a general search. However, regarding the Twenty Twenty theme, I haven’t found much.

    I would like to keep the Copyright info at the bottom of the page, but delete just the “Powered by WordPress” text. I don’t want to edit any core files that might be overwritten with an update, but am looking for the best way to do this.

    Any help appreciate. Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The simplest way would be using CSS to hide that text by adding the following into Appearance->Customize->Additional CSS

    .footer-credits .powered-by-wordpress {
    	display: none;
    }

    Technically the text will still be there when viewing the source code, but visitors to the site won’t see it.

    Thread Starter anunderdog

    (@anunderdog)

    Yes, that did it. Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit (or delete) “Powered by WordPress”?’ is closed to new replies.