• 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)
  • 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 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.