Hide LOGIN/REGISTER from mobile menu
-
Hi,
I have tried to disable “LOGIN/REGISTER” from my mobile menu by using the following CSS:
.mobile-menu-tab .my-account-with-text{
display:none;
}
but it does not work!!!
Attachments:
You must be
logged in to view attached files.
Hello,
Please, enter the below code to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.mobile-nav .mobile-pages-menu .menu-item-account {
display: none;
}
If you’d like to contact us, we are here for whatever questions you may have.
Kind Regards
Thank you,
it worked for me 🙂
I’m glad we managed to sort this out.
Always remember that you can reach out to us with any questions you may have.
We wish you a splendid day!
Kind Regards
The topic ‘Hide LOGIN/REGISTER from mobile menu’ is closed to new replies.