Hi,
I’m trying to apply some :target styling to a page with in page anchors. Nothing I do is allowing for active style changing. If I refresh the page with the necessary anchor tag, like example.com#anchor, the :target styling will be permanently applied to the element with the id. Some investigating (ie, removing all external styles and javascript from the page until what I need to happen happens) reveals that one of the theme javascript files, x.js, is preventing target pseudo styling. Is there something I can do to make this work? Since the javascript is obfuscated, I can’t deduce:
- What function is preventing this
- What the function is supposed to do AND
- What steps I need to do take to fix functionality
Thanks.