Thanks for your reply! Unfortunately, I did not find that code in the “header” section.
That section looks like this:
<?php builder_add_doctype(); ?>
<?php builder_add_html_tag(); ?>
<head>
<?php builder_add_charset(); ?>
<?php builder_add_title(); ?>
<?php builder_add_favicon(); ?>
<?php builder_add_stylesheets(); ?>
<?php builder_add_scripts(); ?>
<?php builder_add_meta_data(); ?>
<?php wp_head(); //we need this for plugins ?>
</head>
I poked around the other sections, but didn’t see that code. Any thoughts?