Changing menu element's URL

Hi everyone !

I’m looking for a solution with Velo to replace 1 menu element’s URL.
To be more precise, I have all my pages diplayed in the menu, but the shop is on another domain.

Can someone help ?

Thank you very much !

Hi! You can change the URL of a menu item by right-clicking on it in the editor and selecting “Edit link” from the context menu. This will open the “Link” panel where you can enter the new URL. Keep in mind that if you are linking to a page on another domain, you will need to make sure that the target website allows linking from external websites. Some websites block external links to prevent spam or unwanted traffic. Additionally, you need to make sure that the website you are redirecting to is secure and has SSL encryption.

Hi @michaelstrauss307
Thank you for your reply !

I actually don’t have this option…

If you can’t find any options inside of the property-panel, then you maybe have another option to do it programmaticlly.

The menu provides API to be able to set and to get MENU-ITEMS as OBJECT. Take a look into the corresponding provided CODE-OPTIONS, here…

https://www.wix.com/velo/reference/$w/menu/introduction

Read the INTRODUCTION, try to understand it and then do what you want programmatically.

BTW: This one is new???
https://www.wix.com/velo/reference/$w/menu/menuitems

Never payed attention onto it. Nice to have.