How to remove the mention from the footer?
You can easily hide the mention from the footer by simply inserting this CSS code in Appearance → Customizer → CSS editor:
#infinite-footer {
display: none;
}

Make it yours from top to toe!
Updated on February 18, 2021