Change header of WhatsappAgent title

I am trying change the Header priority from h1 to simple text in Whatsapp agent with no luck!

Where can I change that so my page dont have 2 <h1> titles. THere is no need, no reason for the Whatsapp agents greeting to be a <h1> , <h2> or <h3>.

There seems to be only one communication here when I search the forum but sadly I cannot enter that page anymore.
5 years 2 months ago #1 by Burak

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5262) Offline
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>"
5 years 2 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum