Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @whichtransfers,

    Achieving this will require custom code. You can use the following CSS to make the sub-menu visible by default. However, please note that this could conflict with the toggle button functionality, as JavaScript is needed to make the toggle button work correctly. For the Javascript-related functionality, I would suggest reaching out to a freelancer or developer as they might be able to assist you better with the custom requirements.

    .menu-item-has-children .sub-menu {
      display: block !important;
    }

    Kind regards,
    Aradhy ??

    Thread Starter matteo raggi

    (@whichtransfers)

    It worked, thanks!
    I added the css code into customize and then “add CSS” on the bottom of the left menu and published.

    Hi @whichtransfers,

    Thank you for the update!

    I’m glad to hear that the CSS workaround worked for you!

    Kind regards,
    Aradhy ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.