Hey,
How can I remove the text "Send us mail" from contact form? I can't find the php file...
I don't want any text in english and in translation.
Thanks
Hey,
How can I remove the text "Send us mail" from contact form? I can't find the php file...
I don't want any text in english and in translation.
Thanks
Hey!
Open up choices/includes/contact-form.php and replace following line:
"heading" => "<h3>".__('Send us mail','avia_framework')."</h3>",
with
"heading" => "<h3>".__('','avia_framework')."</h3>",
Best regards,
Peter
Hey!
Thank you! It works fine!
Glad Peter could help you! Let us know if you have more questions.
Regards,
Mya
This topic has been closed to new replies.