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.
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