Hello, Go to template-contact.php present in your theme directory and remove the code given below Code: <h1><?php echo LCN_MAP ?></h1> This will solve your issue. Thanks & Regards Gourav Shrivastava
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .contact-page h1:nth-last-child(2) { display:none; } This will solve your issue.