deactivate list menu my account
-
good morning.
When I navigate through the keyboard for the accessibility issue, when it goes through the link of my account, it does not enter the menu and it goes forward. How can we get the menu to activate when detecting the onfocus with the keyboard? Can you disable the takeoff of the menu?
thank you
Attachments:
You must be
logged in to view attached files.
Hello,
Please enter the below code into the “Global Custom CSS” area in Theme Settings -> Custom CSS, after that check the issue again.
.wd-header-my-account > a:focus + .wd-dropdown,
.wd-header-my-account > .wd-dropdown:focus-within {
visibility: visible;
opacity: 1;
transform: none !important;
pointer-events: visible;
pointer-events: unset;
}
Let me know if there is anything else I can help and have a good day!
Kind Regards
I have entered the code but I do not see that it works. Could you review it?
Hello,
Yep, on my side it works well, here is a video: https://take.ms/9zz0W
If you would like to discuss the issue further, our customer support team is here for you.
Kind Regards
Good morning. Sorry, I thought you had disabled it. but what you have changed is perfect for me!!!
Would it be possible to do the same for the general menu? I had to change it to an html block because I couldn’t do that
Thanks for your help. Great job
I forgot to attach the photo. The photo belongs to the English part since in the Spanish part I have an html block
Attachments:
You must be
logged in to view attached files.
Hello,
The below code will help you with it, please paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.wd-nav > li > a:focus + .wd-dropdown,
.wd-nav .wd-sub-menu > li > a:focus + .wd-dropdown,
.wd-nav > li > a + .wd-dropdown:focus-within,
.wd-nav .wd-sub-menu > li > a + .wd-dropdown:focus-within{
visibility: visible;
opacity: 1;
transform: none !important;
pointer-events: visible;
pointer-events: unset;
}
Kind Regards
Perfect. Thank you so much. great support
Hello,
You are welcome! If you do not mind, can you please leave 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.
Have a great day.
Kind Regards
The topic ‘deactivate list menu my account’ is closed to new replies.