In the navigation menu, I want a blue bar underneath the menu item for the current page. Wix only natively supports a bar OVER the menu item, which is a weird style.
I would normally use CSS like the following to create a bar underneath the text:
border-bottom: 3px solid #3285F1;
From what I am reading, I cannot do this in wix.
Is there any other way using coding to put a blue bar UNDER the menu item for the page currently being shown to the user?