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

    Hi – I’m following a tutorial in a social media course that says to put the Facebook pixel code in the Header section of the website where you’d put the Google Analytics Code. I can’t seem to find a Header window for code in the Enfold stuff – do I put it in the Google Analytics window or Quick CSS?

    Thanks

    #578914

    Hi dominiquehurley!

    Try adding this to your child theme functions.php file.

    add_action('wp_head', 'enfold_extra_header_scripts');
    function enfold_extra_header_scripts(){
    ?>
    insert your script here
    <?php
    }

    Best regards,
    Elliott

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