How do I remove location map?

Discussion in 'BusinessGrow One Page WordPress Theme' started by erickassian, Nov 17, 2014.

  1. erickassian

    erickassian New Member

    Joined:
    Feb 19, 2014
    Messages:
    4
    Likes Received:
    0
    I don't know where the default Google map is coming from, but I want to delete it, and I don't want a map of any sort. So, how do I get rid of it, and ensure no map is displayed? I'm using Business Grow, at soundtrackofthesixties.com. Thanks.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .add_n_map .anchor_border {
    display: none;
    }
    .add_n_map .map {
    display: none;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page