I have many divs with the class .contact-box
on the page that my Tour is executed on.
I don't want to select all, just the first one.
I tried this:
{
element: "#page-wrapper div.contact-box:first-of-type",
title: "Player Info",
content: "Here we have a quick snapshot of "
},
But that didn't work.
How do I what I want to do?