Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1376915

    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?

    hire">Add Custom JS or PHP Script

    I have added login and you can see the files i have added in when you look at the edit theme section.

    #1376926

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.