Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2843195
Customisation Mobile Home Icon
Closed

Comments

  • FotG started the conversation

    Hi,

    We want to use Home Icon on Mobile Menu instead of word "Home".

    How can we do that please?

    Thank you.

  •  7,280
    Oliver replied

    HI!

    CSS example:

    .menu-item-37092 a.ekit-menu-nav-link:after {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url(https://staging3.food-of-the-gods.com/wp-content/uploads/home-icon-white-tr-160x160.png);
        display: block;
        z-index: 999;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .menu-item-37092 a.ekit-menu-nav-link {
        font-size: 0 !important;
    }

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • FotG replied

    Thanks for this and all the help.

    Please let me know when the update for the product page quantity button and add to cart function is ready.

  •  7,280
    Oliver replied

    Hi,

    Give me wp-admin and FTP access.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • FotG replied

    Hi Same as before on the staging site which is now live :)

    Username: Gregor
    Password: codextheme@12


    For the FTP 

    Hostname: food-of-the-gods.com

    Username: [email protected]

    Password: The one you set up for this account

    Port: 21


  •  7,280
    Oliver replied

    HI,

    Can you check it now

    I've added custom solution in at the parent theme:

    $( 'form:not(.cart) div.quantity:not(.buttons_added), td.quantity:not(.buttons_added), .quantity:not(.buttons_added)  ' ).addClass( 'buttons_added' ).append( '<button type="button" class="plus">+</button>' ).prepend( '<button type="button" class="minus">-</button>' );
    

    line 31 

    In this file:

    https://food-of-the-gods.com/wp-admin/theme-editor.php?file=js%2Fthegem-woocommerce.js&theme=thegem-elementor

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • FotG replied

    Hi,

    Thanks very much - all working.

  •  7,280
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver