the user is not shown when writing in login mobile version (menu mobile)
-
the user is not shown when writing in login mobile version, android, IOS, menu mobile
Attachments:
You must be
logged in to view attached files.
Hi,
Did you notice this issue on our demo or on your website only?
Regards
in both the same thing happens, you can check
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
li.menu-item-register .sub-menu-dropdown {
pointer-events: unset;
}