Hi Frantic,
Thanks for reaching out.
Please find the answer to your queries below:
- Where in the X files can I find the JS that handles this scrolling event?
We are not sure which Scrolling event you are trying to mean. There are a few scrolling events are there which have been added into a few of the core files. If you are trying to mean the Smooth Scrolling
you can find the code in the following file.
wp-content\themes\pro\framework\functions\frontend\content.php
Please remember that we don’t suggest modifying any core files.
- Can I deactivate it only for a certain section? how
You can try by removing the ID of that section which is linked to the URL to avoid that section being scrolled when the ID is found in the URL.
Hope it helps.
Thanks