Home Forums Basel support forum Remove login register field from mobile menu

Remove login register field from mobile menu

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

    coloribus
    Participant

    Hello!
    Tell me, please, how to remove menu item “wishlist” and rename login “register”?

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #55247

    Hello,

    If you do not use Wishlist at all you can deactivate it in Dashboard > Plugins > YITH WooCommerce Wishlist > deactivate > it disappear from header on desktop and mobile menu.

    If you want to remove only from mobile menu, use this CSS:

    .mobile-nav ul .wishlist {
        display: none;
    }

    You can rewrite line in the theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Best Regards

    #55290

    coloribus
    Participant

    Thank you!

    I want insert phone number to this menu. Tell me, please, how to do this?

    Best regards

    Attachments:
    You must be logged in to view attached files.
    #55311

    Hello,

    If you mean clickable phone link, there is no option to do that. You will need to customize the header.php template.

    If you just want to display the phone number in the menu you can do it in this way:

    1. Appearance > Menu > Choose Main

    2. Add Custom link put # instead oh http….and phone number in the link.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)