Website Building » WooCommerce » How Do I Remove Built With Storefront and WooCommerce?

How Do I Remove Built With Storefront and WooCommerce?

Last updated on January 23, 2023 @ 12:22 pm

If you’re using Storefront and WooCommerce to build your online store, you may be wondering how to remove the “built with” link in the footer. This link is generated by the Storefront theme, and there’s no built-in setting to remove it. However, there is a simple workaround that only requires a few lines of code.

First, you’ll need to create a child theme. If you’re not familiar with child themes, they are essentially themes that inherit the functionality of another theme (the “parent” theme). This allows you to make changes to the child theme without affecting the parent theme.

Once you’ve created your child theme, add the following code to the functions.php file:


function my_child_theme_setup() {
  remove_action( 'storefront_footer', 'storefront_credit', 20 );}
add_action( 'after_setup_theme', 'my_child_theme_setup' );

This code will remove the “built with” link from the footer. You can also use this technique to remove other links and elements from Storefront.

PRO TIP: The following note is a warning for anyone considering using the “How Do I Remove Built With Storefront and WooCommerce?” tool. This tool is designed to remove all traces of Storefront and WooCommerce from your WordPress installation. However, it is important to note that this tool should only be used by experienced WordPress users. Using this tool can potentially break your WordPress site if not used correctly.

Conclusion:

Removing the “built with” link from Storefront is a simple matter of adding a few lines of code to your child theme’s functions.php file. This technique can also be used to remove other links and elements from Storefront.

Morgan Bash

Morgan Bash

Technology enthusiast and Co-Founder of Women Coders SF.