Specificity in CSS

So I notice that I can’t really get specificity in CSS if I am using tags e.g. if I have a section called footer and I want all my links in the footer to be green, I can’t enter “footer a” in the selector box. I mean I can do that if I want to style one of the links - and I would have to add that style to all the links manually, no? I want to target all the links inside the footer class. I guess I’d have to go back to custom code to do that?

You can use this richtext hack/workaround that I mentioned here:

The Nested Children Selector Hack

1 Like

Genius, I love this :clap:

This topic was automatically closed after 60 days. New replies are no longer allowed.