[Resolved] Place account icon in mobile menu next to the cart

Home Forums Support [Resolved] Place account icon in mobile menu next to the cart

Home Forums Support Place account icon in mobile menu next to the cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1349831
    Alfonso

    Hi.
    I like to know how to to add a My Account icon to my navigation mobile bar menu, but not into the menu, but next to the cart icon.
    And I like not to appear in the desktop.
    Thank you very much.

    #1349910
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can do something like this:

    add_action( 'generate_mobile_cart_items', function() {
        ?>
        <a href="THE URL HERE">Your icon here</a>
        <?php
    } );
    #1350258
    Alfonso

    Thak you very much.
    It’s just what I needed.

    #1350845
    Tom
    Lead Developer
    Lead Developer

    Glad I could help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.