hello? This is the second time I’ve asked this question and still haven’t gotten a response. I just want to allow scrolling on plugin themed pages such as Global Search, Sensei, etc. Currently it just opens up static with the image background. This is the second theme I’ve purchased from you and I’ve only asked one question. I’d like an answer.
I’ve looked into this a bit more and the problem is with that the body class applies by default to the page the plugins are using. If I remove overflow: hidden from main css here:
body { overflow: hidden -webkit-text-size-adjust:none; }
then it allows scrolling. However, how can I allow scrolling on these pages without allowing it on the cover page?