Home Forums WoodMart support forum Login/Register menu option missing

Login/Register menu option missing

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #149019

    Ricable
    Participant

    Hi,
    on our site we can’t find the user/register option on mobile menu, on desktop it works fine.

    Any help will be appreciated. Thank u

    #149029

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .browser-Safari .menu-item-register {
        visibility: visible; }
    
    .browser-Safari .menu-item-register.sub-menu-dropdown {
        visibility: hidden; }

    If it does not work, specify which browsers do you have the problem with.

    This issue will also be fixed in the next theme update.

    Regards

    #149031

    Ricable
    Participant

    Solved, thanks

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

The topic ‘Login/Register menu option missing’ is closed to new replies.