Comments Rasel started the conversation[deleted] repliedSeptember 17, 2022 at 3:46pmPlease 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 repliedSeptember 17, 2022 at 6:33pmNow it works. But the hover name does not perform. [deleted] repliedSeptember 20, 2022 at 8:54amWell the hover is causing the trouble actually . So i had to remove it to make it work on windows systems .Rasel repliedSeptember 21, 2022 at 2:42amOk.. thanks for you helpRasel repliedSeptember 21, 2022 at 9:38am 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. 390Ripul repliedOctober 7, 2022 at 12:42amThis 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. Sign in to reply ...
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;
}
Now it works. But the hover name does not perform.
Well the hover is causing the trouble actually .
So i had to remove it to make it work on windows systems .
Ok.. thanks for you help
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.
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.