Underline active page in menu

How can I underline an active page in the menu navigation? I “simply” want a line under the active page in the navigation instead of it being a different colour but the only text edits in every menu option are B/I. Does anyone know how to do this?

Hi Kristine, I believe this can be done using Wix Corvid.

I recommend you checkout the thread I’ve linked below. :slight_smile:

I will - thank you!

I’m not sure I how to translate that? Here’s where I’m at. I want all of the menu tabs to be the same color regardless of regular / hover / clicked state BUT for the clicked page to have the tab text underlined.

I’m in the right place re: Properties / onMouseIn and onMouseOUt - correct? I just don’t know how to tell the site to underline?

The info from the link above was to change color:
$w(" #button “).style.color = “red”; //for the text color
$w(” #button “).style.backgroundColor = “blue”;
$w(” #button ").style.borderColor = “black”;

But how do I change style?

To be honest you don’t even need to use corvid for this functionality. You can do this by using just wix elements, an easier way would be to just add a horizontal line on each page, pin in it to the place you want so it is underneath your menu and boom, Every time you open that specific page the line will show up. Then you do the same for the other pages. You can do it by using corvid as well but it’s a little bit trickier.

Great outside the box thinking - thank you! However, I really need the underline to be in the header…