i have been following this guide and trying to do it as you have it laid out but im not getting the results of hiding all the p tags?
I have added login and you can see the files i have added in when you look at the edit theme section.
Hey acscreativenew,
Thanks for the login, your script was added correctly but it was giving an error because of the way it was written.
I changed it to this:
window.addEventListener('DOMContentLoaded', function() {
(function($) {
$('p').hide();
}(jQuery));
});
please check.
Best regards,
Mike