Hi,
I have tried to disable “LOGIN/REGISTER” from my mobile menu by using the following CSS:
.menu-item-my-account, .menu-item-wishlist{
display:none!important;
}
body .site-mobile-menu .login-side-opener{
display:none;
}
However it seems that it works only for logged in users. When I am logged out I still see the “Login/Register” on my mobile menu.
How can I deactivate it for both logged in & un-logged users? I want to have the Account icon only at the main header of my mobile appearance and not at the slide menu.
Waiting for your further advice!
Attachments:
You must be
logged in to view attached files.