XF 2.2 How to make navigation tab highlight for a page node?

Luke247

Member
I created a page then created a nav item for that page in the public navigation section. However, when I click on the nav item it doesn't highlight when on the page. How do I make it highlight, please?
 
Solution
Add the ID of the nav item you created to the top of the page.

Code:
<xf:page option="section">info</xf:page>

In this case the nav tab id is info
Top Bottom