Hi,
I'm trying to change the "Send us Email" text on my Contact page to "Send me Email" - I can't find it in the WordPress admin options.
Where can I edit this?
Hi,
I'm trying to change the "Send us Email" text on my Contact page to "Send me Email" - I can't find it in the WordPress admin options.
Where can I edit this?
You can translate this text with po/mo files or you can change it in eunoia\includes\contact-form.php - search for following code:
"heading" => "<h3>".__('Send us mail','avia_framework')."</h3>",
and replace "Send us mail" with your custom text.
Hi edioxa80,
Kindly open your wp-content\themes\eunoia\includes\contact-form.php and find this line of code:
"heading" => "<h3>".__('Send us mail','avia_framework')."</h3>",
Replace it with:
"heading" => "<h3>".__('Send me mail','avia_framework')."</h3>",
Hope this helps. :)
Regards,
Ismael
You must log in to post.