How can I find menu item numbers?
-
How can I find menu item numbers? I’ve added a menu item and want to change the color. I have the code for that but I don’t know how to find the menu item number.
The blog I need help with is: (visible only to logged in users)
-
In most browsers you can right-click on the menu item in question and there will be an option in the contextual menu that says “inspect” or something similar. That will bring up the HTML inspector and you should be able to look through the code and see something like the example below:
<li id="menu-item-1298" class="menu-item ... current_page_item menu-item-1298"> <a title="Current Serials" href="https://serealities.com/">Serials</a> </li> -
- The topic ‘How can I find menu item numbers?’ is closed to new replies.