Remove Map on Contact Us Page

Discussion in 'Harrington- A WordPress Business Theme.' started by tsaj, Mar 5, 2014.

Thread Status:
Not open for further replies.
  1. tsaj

    tsaj Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
    Hello. Is there a css code to remove the map and its heading 'Location Map' from the contact us page? Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body > div.page-container > div > div.grid_24 > div > div.grid_17.alpha > div > div.contact-page > h1:nth-child(5) {
    display: none;
    }
    div.contact-map {
    display: none;
    } 
    This will solve your issue.
     
  3. tsaj

    tsaj Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
    Thank for your response. The map is gone. However, the problem is the heading above the map which says 'Location Map' that is still there. I need it gone. Thanks
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. tsaj

    tsaj Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
    Hello Piyush. Attached is a screenshot of what needs to be removed. There is no point removing the map is the header announcing the map is still there. Thanks
     

    Attached Files:

  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     .contact-page h1 {
    display: none;
    }
    
    This will solve your issue.
     
  7. tsaj

    tsaj Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
    Thank you. That worked.
     
Thread Status:
Not open for further replies.

Share This Page