Luke247 Member Apr 6, 2022 #1 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?
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 Mr Lucky Apr 6, 2022 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
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
Mr Lucky Well-known member Apr 6, 2022 #2 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 Upvote 0 Downvote 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