Hi,
I want to remove the title ("Send Us Mail") that appears above the contact form. I don't see the option within the theme and I'm sure it's an easy edit in the code, I just need to know where I go to edit it. Thanks in advance for your help!
Ryan
Hi,
I want to remove the title ("Send Us Mail") that appears above the contact form. I don't see the option within the theme and I'm sure it's an easy edit in the code, I just need to know where I go to edit it. Thanks in advance for your help!
Ryan
Hi!
Open up angular/includes/contact-form.php and replace following line:
"heading" => "<h3>".__('Send us mail','avia_framework')."</h3>",
with:
"heading" => "<h3>".__('','avia_framework')."</h3>",
Regards,
Peter
You must log in to post.