Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1468066

    I’d like to re-use an old topic but I don’t know how I can identify a menu identifier. See:
    old topic

    Mike refers to menu-item-2339. How do I find the menu item nr, so I can use this approach for future sites without having to open a ticket?

    #1468071

    nearly most of the main browsers got developer tools. On Safari you had to activate it via the settings – advanced.
    Chrome and Firefox do have that on default activated.
    now navigate with your mouse over an element to inspect and via Context-Menu ( often the rightclick on mouse) you can choose “inspect” or similar to it – on german it is called “untersuchen”

    If you start it the first time – it will show you now Infos you need in a “sub-window” – i prefer to have a separate Window – there are some signs to separate it from the main window:
    (click to enlarge)

    because my mouse was over the menu-item text – this is selected. You find your menu-item if you move up in the DOM.
    PS on the right side you can see the styles concerning to that selected Element.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.