• Hi,
    On loading the page wp floating menu is closed with the hamburger icon and on clicking the menu its opening with the list of menu. i wanted it to be open on page load and after that user can close or open if they want please help with that

    thanks
    parshant

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    Thank you for writing in,

    It is not possible to fulfill your requirements, If we have open when the site load then it will always open the menu, the close button does not work. If you want to do this then please go to your Dashboard >> Appearance >> Customize >> Additional CSS and add this CSS codes.

    ul.wpfm-nav.wpfm-nav-show-hide {
        display: block !important;
    }
    .wpfm-template-5 .wpfm-nav-strech-trigger span i {
        display: none !important;
    }

    Thank You ! !

Viewing 1 replies (of 1 total)
  • The topic ‘open menu on opening the page’ is closed to new replies.