Replace the default mobile menu search form
-
Hi
I want to replace the default mobile menu search form with a custom search form.
I have inserted the code in the child theme’s helpers.php file but it doesn’t work. It only works when inserting into main theme
Are there any instructions where I can insert this code in the function.php file?Line 4764
if ( 'drop_down' === $search_style ) { $mobile_search_content = ''; ob_start(); ?> <div class="mobile-searchform"> <a href="#" class=""><span></span></a> <?php echo do_shortcode('[my_custom_search_form]'); ?> </div> <?php $mobile_search_content .= ob_get_clean(); }
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Replace the default mobile menu search form’ is closed to new replies.