Your account expired support, please renew to get your support.

HomePage Forums Themes Support Poco – Fast Food Restaurant WordPress Theme How to modify mobile view bottom menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7710
    crp_chintan
    Support Expired

    Hi Team,

    I want to modify mobile view bottom sticky menu(shop,account,search,wishlist,cart).

    I want to change name “shop” to “menu” and update its url. Please suggest the way to edit.

    #7713

    Hi there,

    To change text on menu mobile, please copy code and paste into file functions.php on child-theme

     – Shop:

    function poco_handheld_footer_bar_shop_link() {
            echo '<a href="' . esc_url(get_permalink(get_option('woocommerce_shop_page_id'))) . '"><span class="title">' . esc_attr__('Shop', 'poco') . '</span></a>';
        }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.