• Resolved myhero

    (@myhero)


    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

    (@myhero)

    footer#colophon {
        display: none !important;
    }

    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.