Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Add title inside the search modal

Home / Forums / Kadence Theme / Add title inside the search modal

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme

Tagged: 

  • This topic has 4 replies, 3 voices, and was last updated 4 years ago by Kate.
April 23, 2022 at 10:08 am

I’m attempting to hook into the search modal (header search icon) and add an H2. I’ve tried adding the following to my child theme Functions.php:

//* Add title inside search modal
function custom_search_title() {
echo '<h2>My title</h2>';
}
add_action( 'Kadence\search_modal', 'custom_search_title', 15 );

But this hasn’t worked. Any advice? Am I hooking the incorrect action?

Thanks so much!

  • The forum ‘Kadence Theme’ is closed to new topics and replies.