How to remove “Designed by WPZOOM” copyright from footer
You are not required to provide any credit or links back to WPZOOM, although we do appreciate it. Our themes do not contain any encrypted code, so removing the links is an easy process.
You can remove “ Designed by WPZOOM” text from the footer by adding the following CSS Code code in the Customizer > Additional CSS:
.designed-by, #footer-copy .wpzoom, #footer .wpzoom, .site-info .designed-by, .site-info p.right, .footer-info .designed, .site-info .copyright span:nth-child(2) { display: none; }
This code should work in all of our themes, but if it doesn’t work in your theme, please open a support ticket, and we’ll help you.
How to customize “Designed by WPZOOM” line
If you want to customize that text and to change it to something different, you can find it in the footer.php file of your theme. Before making any changes in any of the files from your theme, consider creating a Child Theme first.
- Go to Appearance → Theme Editor and select Theme Footer (footer.php) file from the list on the right
- Using your browser Find option (Ctrl/Cmd + F), search for the line containing
wpzoom.com
combination, and modify it as you want. - Save your changes