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

#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