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:
.site-info a, .site-info span:not(.site-info-additional-text) {
display: none;
}
Make it yours from top to toe!
Updated on August 26, 2020