How to show in which place i am in the site (see image)

I want the user to see in which page he is in the site
how ca i add this in the site pages?
see image attached

You can put a global textbox there (set to “Show on all pages”, and in the site code panel - use wixSite to retrieve the page name and display it in the textbox.
https://www.wix.com/corvid/reference/wix-site.html#currentPage

https://www.wix.com/corvid/reference/$w.Text.html#text

thanks for your prompt help

@meirbarlev you’re welcome