Hi, can you tell me how to remove the location map on the roadfighter contact form template? I do not want the map to show on the site.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .contact-map { display: none; }
Hello, Go to template-contact.php present in your theme directory and remove the code given below Code: <h1>Location Map</h1> Sending image for reference This will solve your issue.