FLASH SALE Get 20% OFF everything using the coupon code: FLASH20 View Pricing Plans →

Knowledge Base

Documentation

Theme Documentation



Plugin Documentation



Resources

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.

Is your WordPress theme not working the way you want it to? WPZOOM themes are easily customizable and well supported. Switch to a WordPress theme that works.

You can remove “Designed by WPZOOM” text from the footer by adding the following CSS Code in Appearance > 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 the “Designed by WPZOOM” Line

If you want to customize that text and 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 using a Child Theme first.

  1. Go to Appearance → Theme Editor and select the Theme Footer (footer.php) file from the list on the right. You can create this file in your Child Theme using the WPIDE plugin.
  2. Using your browser’s Find option (Ctrl/Cmd + F), search for the line containing the wpzoom.com combination, and modify it as you want.
  3. Save your changes

Last updated on April 4, 2025

Related Docs