Home Forums WoodMart support forum HEADER MENU

HEADER MENU

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #323570

    HLon
    Participant

    Hello,
    your theme is great! Despite all of this we have one hell of a problem.
    When the site loads on man, the page load time drop down menu is inaccessible. About 5 seconds, for the user experience this is really not practical. The site is built with elementor

    Do you have a solution?

    thanks in advance

    Attachments:
    You must be logged in to view attached files.
    #323601

    Artem Temos
    Keymaster

    Hi,

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

    .website-wrapper .wd-dropdown-register[class*=wd-active], 
    .website-wrapper .wd-dropdown.wd-opened, 
    .website-wrapper .wd-event-click.wd-opened>.wd-dropdown, 
    .website-wrapper .wd-event-hover:hover>.wd-dropdown {
    	opacity: 1;
    	pointer-events: auto;
    }

    Kind Regards

    #323766

    HLon
    Participant

    So well done !! Thank you so much !

    #323833

    Artem Temos
    Keymaster

    You are welcome! Feel free to contact us if you have any questions 🙂

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

The topic ‘HEADER MENU’ is closed to new replies.