Okay
  Public Ticket #3126057
Menu Problem problem on desktop
Closed

Comments

  •   Rasel started the conversation
  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 


    .bp-menu.bp-wallet-nav,.vibebp_myprofile .profile_menu .menu_items>div span {
        position: relative;
    }

    .vibebp_myprofile.slick .profile_menu>.menu_items>div:hover>span>span>span+span, .vibebp_myprofile.slick .profile_menu>.menu_items>div.hasChildren.open>div.sub_nav_items>div:hover>span+span{
       display:none; 
    }


  • Rasel replied

    Now it works. But the hover name does not perform. 

  • [deleted] replied

    Well the hover is causing the trouble actually . 

    So i had to remove it to make it work on windows systems .

  • Rasel replied

    Ok.. thanks for you help

  • Rasel replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    .bp-menu.bp-wallet-nav,.vibebp_myprofile .profile_menu .menu_items>div span {     position: relative; }

    .vibebp_myprofile.slick .profile_menu>.menu_items>div:hover>span>span>span+span, .vibebp_myprofile.slick .profile_menu>.menu_items>div.hasChildren.open>div.sub_nav_items>div:hover>span+span{    display:none;  }

    After adding this code, the problem is not been solved. 

  •  390
    Ripul replied

    This was reported as a Google chrome bug and later confirmed to be fixed in latest Chrome updates. Can you update the chrome browser and see if this issue is resolved.

    Also share your operating system and browser version if possible.