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 ??