In this quick post I take a look at the footer text in most Wordpress installations which many users want to remove or alter, and what happens when you find the field useful, but you just want to change the copy within it? You can do that too with a couple of lines of code, but you first need to find the class or ID of the element that contains the copy, not the whole row. You can find he class by using Chrome dev tools F12 and checking the elements tab for the markup. Here, it’s the class copytext.
The code you want to insert comes in two parts: