Site logo

Archived topic

Place account icon in mobile menu next to the cart

3 replies · Started by Alfonso on July 2, 2020

Viewing posts 1–4 of 4

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.

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
} );

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

Glad I could help!

This archived topic is closed to new replies.