Search code examples
htmlcssdrupaldrupal-theming

Get a hold on a nested span


How can I get a hold on the h2 span element?

enter image description here

div#content div.view-content div.view-row-item h2 span { ... is not working...


Solution

  • If you're using FireBug, you can right-click the span tag and 'copy css path' and that will give you the complete path to the element starting from 'html'