Home Forums WoodMart support forum deactivate list menu my account

deactivate list menu my account

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #468819

    cabobeto
    Participant

    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.
    #468918

    Luke Nielsen
    Keymaster

    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

    #469119

    cabobeto
    Participant

    I have entered the code but I do not see that it works. Could you review it?

    #469173

    Luke Nielsen
    Keymaster

    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

    #469471

    cabobeto
    Participant

    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

    #469472

    cabobeto
    Participant

    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.
    #469584

    Luke Nielsen
    Keymaster

    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

    #469591

    cabobeto
    Participant

    Perfect. Thank you so much. great support

    #469597

    Luke Nielsen
    Keymaster

    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

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

The topic ‘deactivate list menu my account’ is closed to new replies.