Google Tag Manager, Css Selector trigger not working

1.9k views Asked by At

I am trying to catch click events of all <font> tags if their parent element has .menuItem class name.

The trigger I made is looking like:

Click Classes matches CSS selector .menuItem > font

But it is not triggering. What is missing here?

1

There are 1 answers

0
nyuen On BEST ANSWER

It's not the Click Classes that match with a CSS selector, rather it's the Click Element. Also, your .menuItme > font means that the font tag needs to be a direct child of the class menuItem.