Title: Envo Storefront
Last modified: March 13, 2020

---

# Envo Storefront

 *  Resolved [myhero](https://wordpress.org/support/users/myhero/)
 * (@myhero)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/envo-storefront/)
 * Hi there,
 * I’m having difficulty removing the credit from Envo Storefront – Woocommerce
 * Code
 *     ```
       </div><!-- end main-container -->
       </div><!-- end page-area -->
       <?php if ( is_active_sidebar( 'envo-storefront-footer-area' ) ) { ?>  				
       	<div id="content-footer-section" class="container-fluid clearfix">
       		<div class="container">
       			<?php dynamic_sidebar( 'envo-storefront-footer-area' ); ?>
       		</div>	
       	</div>		
       <?php } ?>
       <?php do_action( 'envo_storefront_before_footer' ); ?> 
       <footer id="colophon" class="footer-credits container-fluid">
       	<div class="container">
       		<?php do_action( 'envo_storefront_generate_footer' ); ?> 
       	</div>	
       </footer>
       </div><!-- end page-wrap -->
       <?php do_action( 'envo_storefront_after_footer' ); ?>
       <?php wp_footer(); ?>
       </body>
       </html>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [myhero](https://wordpress.org/support/users/myhero/)
 * (@myhero)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/envo-storefront/#post-12544300)
 *     ```
       footer#colophon {
           display: none !important;
       }
       ```
   
 *  [mostfa26](https://wordpress.org/support/users/mostfa26/)
 * (@mostfa26)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/envo-storefront/#post-12588943)
 * you can replace it with this block of code :
 * </div><!– end main-container –>
    </div><!– end page-area –> <?php if ( is_active_sidebar(‘
   envo-storefront-footer-area’ ) ) { ?> <div id=”content-footer-section” class=”
   container-fluid clearfix”> <div class=”container”> <?php dynamic_sidebar( ‘envo-
   storefront-footer-area’ ); ?> </div> </div> <?php } ?> <?php do_action( ‘envo_storefront_before_footer’);?
   >
 * </div><!– end page-wrap –>
    <?php do_action( ‘envo_storefront_after_footer’ );?
   > <?php wp_footer(); ?> </body> </html>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Envo Storefront’ is closed to new replies.

 * ![](https://ps.w.org/remove-footer-credit/assets/icon-128x128.jpg?rev=3275567)
 * [Remove Footer Credit](https://wordpress.org/plugins/remove-footer-credit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/remove-footer-credit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/remove-footer-credit/)
 * [Active Topics](https://wordpress.org/support/plugin/remove-footer-credit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/remove-footer-credit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/remove-footer-credit/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mostfa26](https://wordpress.org/support/users/mostfa26/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/envo-storefront/#post-12588943)
 * Status: resolved