Hide location map on contact template

Discussion in 'RoadFighter WordPress Theme' started by wilsonsk, Jul 13, 2013.

  1. wilsonsk

    wilsonsk New Member

    Joined:
    Dec 19, 2012
    Messages:
    14
    Likes Received:
    1
    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.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .contact-map {
    display: none;
    }
     
  3. johnboy58

    johnboy58 New Member

    Joined:
    Jul 9, 2013
    Messages:
    23
    Likes Received:
    0
    This seemed to work. How do I remove the heading Location Map on the page.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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

    2013-07-30_1723.png



    This will solve your issue.
     

Share This Page