My is a noob question as I am just learning JS so I am not good at it yet.
I am currently building a website ad added some JS snippets to do few actions. Now my footer has opacity: 0
and it doesn't come from CSS, therefore must come from some JS, but I cannot find it. How do I find what JS is modifying the style of a specific HTML element in the Chrome or Firefox DevTools?
Here is a screenshot to show the code:
I checked all my JS files but couldn't find anything that gives my footer opacity:0
.