Support Forum › Forums › Woncep – Fashion Style WooCommerce Theme › Hoow to customize the shop page › Reply To: Hoow to customize the shop page
March 29, 2021 at 8:37 am
#1363
Hi again,
Sorry for late response.
Please go to Cpanel or FTP account, go to file functions.php ( child-theme), remove code:
//Wishlist
// function woncep_handheld_footer_bar_wishlist() {
// if (function_exists('woosw_init')) {
// $key = WPCleverWoosw::get_key();
// ?>
// <a class="footer-wishlist woosw-check" href="<?php echo esc_url(WPCleverWoosw::get_url($key, true)); ?>">
// <span class="title"><?php echo esc_html__('Wishlist', 'woncep'); ?></span>
// <span class="count"><?php echo esc_html(WPCleverWoosw::get_count($key)); ?></span>
// </a>
// <?php
// }
// }