Hi, you need to manually change the code in the file ../modules/mod_whatsapp_agent/tmpl/default.php
You can remove the <h1> tag in the line 102
var morning = ("<h1>'.$g_morning_title.'</h1><p>'.$g_morning_msg.'</p>");
var afternoon = ("<h1>'.$g_afternoon_title.'</h1><p>'.$g_afternoon_msg.'</p>");
var evening = ("<h1>'.$g_evening_title.'</h1><p>'.$g_evening_msg.'</p>");
and line 145 :
"<h1>'.$item->greeting_title_override.'</h1><p>'.$item->greeting_msg_override.'</p>"
and also line 169 :
"<h1>'.$item->greeting_title_override.'</h1><p>'.$item->greeting_msg_override.'</p>"