$(document).ready(function() { $('.et-search-form').append(''); // dynamically add the input below the search box that tells the search that the post type to search are products. $('.et_pb_menu__search-form').each(function() { // now for each search box from the Divi module $(this).append(''); // add that input there too }); });