I have a Nav Bar consisting of 5 items, same as the number of pages I have in my project.

Below you see an image of a sample where I currently have selected the Articles-page. Note how the Articles nav bar item automatically selects the MouseOver-image and thus it is easy to see that the page is currently selected.
Click image for larger version. 

Name:	2022-07-07_15-49-37.png 
Views:	43 
Size:	38.9 KB 
ID:	132361

This probably works this way, because every nav bar menu item links to the defined "Page: xxxx", like this:
Click image for larger version. 

Name:	2022-07-07_15-52-56.png 
Views:	37 
Size:	37.1 KB 
ID:	132362

I experiment with XT-CMS (https://xt-cms.com) template framework, which uses the Xara pages in a different way. In order to let my web site support friendly URLs like https://blablabla.com/articles, I need to use similar link-logic in my nav bars.
Each nav bar item simply links to "/products", "/services" "/about" etc. like this;
Click image for larger version. 

Name:	2022-07-07_15-59-41.png 
Views:	43 
Size:	31.4 KB 
ID:	132363

In the latter case, my nav bars do work when I select an item, meaning that the highlighted, MouseOver-image is highlighed when I hover over the menu items. The menu also works, selected the correct page in XT-CMS. However, the nav bar menu does not keep the currently selected page's nav bar item highlighed. Below you see that "all lights are off", after a page has been selected:
Click image for larger version. 

Name:	2022-07-07_16-03-41.png 
Views:	40 
Size:	43.8 KB 
ID:	132364

Is there a way, for example via some javascript in the Web Page HTML Head, to set that a certain page should also highlight a nav bar item?